iPXE
|
#include <etherfabric_nic.h>
Data Fields | |
falcon_rx_desc_t * | ring |
struct io_buffer * | buf [EFAB_NUM_RX_DESC] |
struct efab_special_buffer | entry |
unsigned int | write_ptr |
unsigned int | read_ptr |
Definition at line 111 of file etherfabric_nic.h.
falcon_rx_desc_t* efab_rx_queue::ring |
Definition at line 113 of file etherfabric_nic.h.
Referenced by efab_alloc_resources(), efab_fill_rx_queue(), and efab_free_resources().
struct io_buffer* efab_rx_queue::buf[EFAB_NUM_RX_DESC] |
Definition at line 116 of file etherfabric_nic.h.
Referenced by efab_fill_rx_queue(), efab_free_resources(), and efab_receive().
struct efab_special_buffer efab_rx_queue::entry |
Definition at line 119 of file etherfabric_nic.h.
Referenced by efab_alloc_resources(), and falcon_init_resources().
unsigned int efab_rx_queue::write_ptr |
Definition at line 122 of file etherfabric_nic.h.
Referenced by efab_fill_rx_queue(), falcon_init_resources(), and falcon_notify_rx_desc().
unsigned int efab_rx_queue::read_ptr |
Definition at line 125 of file etherfabric_nic.h.
Referenced by efab_fill_rx_queue(), efab_receive(), and falcon_init_resources().