Lines Matching defs:fm10k_ring
119 struct fm10k_ring { struct
120 struct fm10k_q_vector *q_vector;/* backpointer to host q_vector */
121 struct net_device *netdev; /* netdev ring belongs to */
122 struct device *dev; /* device for DMA mapping */
123 struct fm10k_l2_accel __rcu *l2_accel; /* L2 acceleration list */
124 void *desc; /* descriptor ring memory */
125 union {
129 u32 __iomem *tail;
130 unsigned long state;
131 dma_addr_t dma; /* phys. address of descriptor ring */
132 unsigned int size; /* length in bytes */
134 u8 queue_index; /* needed for queue management */
135 u8 reg_idx; /* holds the special value that gets
162 struct fm10k_ring *ring; /* pointer to linked list of rings */ argument