XINU
Data Fields
eth_a_rx_desc Struct Reference

DMA RX(受信)ディスクリプタ More...

#include <am335x_eth.h>

Collaboration diagram for eth_a_rx_desc:
Collaboration graph
[legend]

Data Fields

uint32 buffer
 DMAバッファ More...
 
uint16 buflen
 DMAバッファの長さ More...
 
uint16 bufoff
 DMAバッファのオフセット More...
 
struct eth_a_rx_descnext
 次のDMA RX(受信)ディスクリプタ More...
 
uint16 packlen
 DMAパケットの長さ More...
 
uint16 stat
 DMA状態 More...
 

Detailed Description

DMA RX(受信)ディスクリプタ

Definition at line 319 of file am335x_eth.h.

Field Documentation

◆ buffer

uint32 eth_a_rx_desc::buffer

DMAバッファ

Definition at line 324 of file am335x_eth.h.

Referenced by ethinit(), and ethread().

◆ buflen

uint16 eth_a_rx_desc::buflen

DMAバッファの長さ

Definition at line 326 of file am335x_eth.h.

Referenced by ethinit(), and ethread().

◆ bufoff

uint16 eth_a_rx_desc::bufoff

DMAバッファのオフセット

Definition at line 328 of file am335x_eth.h.

Referenced by ethinit(), and ethread().

◆ next

struct eth_a_rx_desc* eth_a_rx_desc::next

次のDMA RX(受信)ディスクリプタ

Definition at line 322 of file am335x_eth.h.

Referenced by ethinit(), and ethread().

◆ packlen

uint16 eth_a_rx_desc::packlen

DMAパケットの長さ

Definition at line 330 of file am335x_eth.h.

Referenced by ethread().

◆ stat

uint16 eth_a_rx_desc::stat

DMA状態

Definition at line 332 of file am335x_eth.h.

Referenced by ethhandler(), ethinit(), and ethread().


The documentation for this struct was generated from the following file: