iPXE
|
#include <atl1e.h>
Data Fields | |
struct atl1e_tpd_desc * | desc |
u32 | dma |
u16 | count |
u16 | next_to_use |
u16 | next_to_clean |
struct atl1e_tx_buffer * | tx_buffer |
u32 | cmb_dma |
u32 * | cmb |
struct atl1e_tpd_desc* atl1e_tx_ring::desc |
u16 atl1e_tx_ring::count |
Definition at line 202 of file atl1e.h.
Referenced by atl1e_cal_ring_size(), and atl1e_probe().
u16 atl1e_tx_ring::next_to_use |
Definition at line 203 of file atl1e.h.
Referenced by atl1e_get_tpd(), and atl1e_tpd_avail().
u16 atl1e_tx_ring::next_to_clean |
Definition at line 204 of file atl1e.h.
Referenced by atl1e_clean_tx_irq(), and atl1e_tpd_avail().
struct atl1e_tx_buffer* atl1e_tx_ring::tx_buffer |
Definition at line 205 of file atl1e.h.
Referenced by atl1e_clean_tx_irq(), atl1e_clean_tx_ring(), and atl1e_free_ring_resources().