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