iPXE
|
An event queue. More...
#include <efx_common.h>
Data Fields | |
efx_event_t * | ring |
struct efx_special_buffer | entry |
unsigned int | read_ptr |
An event queue.
Definition at line 128 of file efx_common.h.
efx_event_t* efx_ev_queue::ring |
Definition at line 132 of file efx_common.h.
Referenced by efx_hunt_ev_init(), efx_hunt_poll(), and hunt_ev_fini().
struct efx_special_buffer efx_ev_queue::entry |
Definition at line 135 of file efx_common.h.
Referenced by efx_hunt_ev_init().
unsigned int efx_ev_queue::read_ptr |
Definition at line 138 of file efx_common.h.
Referenced by efx_hunt_ev_init(), efx_hunt_evq_read_ack(), and efx_hunt_poll().