iPXE
|
#include <tg3.h>
Data Fields | |
u32 | rx_std_prod_idx |
u32 | rx_std_cons_idx |
u32 | rx_std_iob_cnt |
struct tg3_rx_buffer_desc * | rx_std |
struct io_buffer * | rx_iobufs [TG3_DEF_RX_RING_PENDING] |
dma_addr_t | rx_std_mapping |
u32 tg3_rx_prodring_set::rx_std_prod_idx |
Definition at line 2952 of file tg3.h.
Referenced by tg3_refill_prod_ring(), tg3_reset_hw(), and tg3_rx_prodring_alloc().
u32 tg3_rx_prodring_set::rx_std_cons_idx |
Definition at line 2953 of file tg3.h.
Referenced by tg3_rx_prodring_alloc().
u32 tg3_rx_prodring_set::rx_std_iob_cnt |
Definition at line 2954 of file tg3.h.
Referenced by tg3_open(), tg3_refill_prod_ring(), and tg3_rx_complete().
struct tg3_rx_buffer_desc* tg3_rx_prodring_set::rx_std |
Definition at line 2955 of file tg3.h.
Referenced by tg3_alloc_consistent(), tg3_alloc_rx_iob(), tg3_rx_prodring_alloc(), and tg3_rx_prodring_fini().
struct io_buffer* tg3_rx_prodring_set::rx_iobufs[TG3_DEF_RX_RING_PENDING] |
Definition at line 2956 of file tg3.h.
Referenced by tg3_alloc_rx_iob(), tg3_refill_prod_ring(), tg3_rx_complete(), and tg3_rx_prodring_free().
dma_addr_t tg3_rx_prodring_set::rx_std_mapping |
Definition at line 2957 of file tg3.h.
Referenced by tg3_alloc_consistent(), and tg3_reset_hw().