#include <igb.h>
Data Fields | |
| struct igb_q_vector * | q_vector |
| struct pci_dev * | pdev |
| dma_addr_t | dma |
| void * | desc |
| unsigned int | size |
| u16 | count |
| u16 | next_to_use |
| u16 | next_to_clean |
| u8 | queue_index |
| u8 | reg_idx |
| void __iomem * | head |
| void __iomem * | tail |
| struct igb_buffer * | buffer_info |
| unsigned int | total_bytes |
| unsigned int | total_packets |
| struct igb_queue_stats | stats |
| union { | |
| struct { | |
| unsigned int restart_queue | |
| u32 ctx_idx | |
| bool detect_tx_hung | |
| } | |
| struct { | |
| u64 hw_csum_err | |
| u64 hw_csum_good | |
| u32 rx_buffer_len | |
| u16 rx_ps_hdr_size | |
| bool rx_csum | |
| } | |
| }; | |
Definition at line 201 of file igb.h.
struct igb_q_vector* igb_ring::q_vector [read] |
struct pci_dev* igb_ring::pdev [read] |
| void* igb_ring::desc |
| unsigned int igb_ring::size |
| void __iomem* igb_ring::head |
| void __iomem* igb_ring::tail |
struct igb_buffer* igb_ring::buffer_info [read] |
| unsigned int igb_ring::total_bytes |
| unsigned int igb_ring::total_packets |
struct igb_queue_stats igb_ring::stats [read] |
| unsigned int igb_ring::restart_queue |
| union { ... } |
1.5.7.1