Linux Kernel
3.7.1
|
#include <ixgbevf.h>
Data Fields | |
struct ixgbevf_ring * | next |
struct net_device * | netdev |
struct device * | dev |
struct ixgbevf_adapter * | adapter |
void * | desc |
dma_addr_t | dma |
unsigned int | size |
unsigned int | count |
unsigned int | next_to_use |
unsigned int | next_to_clean |
int | queue_index |
union { | |
struct ixgbevf_tx_buffer * tx_buffer_info | |
struct ixgbevf_rx_buffer * rx_buffer_info | |
}; | |
u64 | total_bytes |
u64 | total_packets |
struct u64_stats_sync | syncp |
u16 | head |
u16 | tail |
u16 | reg_idx |
u16 | rx_buf_len |
union { ... } |
dma_addr_t dma |
struct net_device* netdev |
struct ixgbevf_ring* next |
struct ixgbevf_rx_buffer* rx_buffer_info |
struct u64_stats_sync syncp |
struct ixgbevf_tx_buffer* tx_buffer_info |