XINU
|
DMA TX(送信)ディスクリプタ More...
#include <am335x_eth.h>
Data Fields | |
uint32 | buffer |
DMAバッファ More... | |
uint16 | buflen |
DMAバッファの長さ More... | |
uint16 | bufoff |
DMAバッファのオフセット More... | |
struct eth_a_tx_desc * | next |
次のDMA TX(受信)ディスクリプタ More... | |
uint16 | packlen |
DMAパケットの長さ More... | |
uint16 | stat |
DMA状態 More... | |
DMA TX(送信)ディスクリプタ
Definition at line 350 of file am335x_eth.h.
uint32 eth_a_tx_desc::buffer |
uint16 eth_a_tx_desc::buflen |
uint16 eth_a_tx_desc::bufoff |
struct eth_a_tx_desc* eth_a_tx_desc::next |
次のDMA TX(受信)ディスクリプタ
Definition at line 353 of file am335x_eth.h.
Referenced by ethinit(), and ethwrite().
uint16 eth_a_tx_desc::packlen |
uint16 eth_a_tx_desc::stat |
DMA状態
Definition at line 363 of file am335x_eth.h.
Referenced by ethhandler(), ethinit(), and ethwrite().