|
iPXE
|
#include <eepro100.h>
Data Fields | |
| volatile s16 | status |
| s16 | command |
| u32 | link |
| u32 | rx_buf_addr |
| u16 | count |
| u16 | size |
| char | packet [RFD_PACKET_LEN] |
Definition at line 121 of file eepro100.h.
| volatile s16 ifec_rfd::status |
Definition at line 122 of file eepro100.h.
Referenced by ifec_rfd_init(), and ifec_rx_process().
| s16 ifec_rfd::command |
Definition at line 123 of file eepro100.h.
Referenced by ifec_refill_rx_ring(), and ifec_rfd_init().
| u32 ifec_rfd::link |
Definition at line 124 of file eepro100.h.
Referenced by ifec_refill_rx_ring(), and ifec_rfd_init().
| u32 ifec_rfd::rx_buf_addr |
Definition at line 125 of file eepro100.h.
Referenced by ifec_rfd_init().
| u16 ifec_rfd::count |
Definition at line 126 of file eepro100.h.
Referenced by ifec_rfd_init(), and ifec_rx_process().
| u16 ifec_rfd::size |
Definition at line 127 of file eepro100.h.
Referenced by ifec_rfd_init().
| char ifec_rfd::packet[RFD_PACKET_LEN] |
Definition at line 128 of file eepro100.h.
Referenced by ifec_rx_process().
1.8.15