Lines Matching defs:ixgbevf_ring
107 struct ixgbevf_ring { struct
108 struct ixgbevf_ring *next; argument
109 struct net_device *netdev;
110 struct device *dev;
111 void *desc; /* descriptor ring memory */
112 dma_addr_t dma; /* phys. address of descriptor ring */
113 unsigned int size; /* length in bytes */
114 u16 count; /* amount of descriptors */
115 u16 next_to_use;
116 u16 next_to_clean;
117 u16 next_to_alloc;
119 union {
123 unsigned long state;
124 struct ixgbevf_stats stats;
125 struct u64_stats_sync syncp;
126 union {
131 u64 hw_csum_rx_error;
132 u8 __iomem *tail;
133 struct sk_buff *skb;
138 u16 reg_idx;
139 int queue_index; /* needed for multiqueue queue management */