Lines Matching defs:fm10k_ring
112 struct fm10k_ring { struct
113 struct fm10k_q_vector *q_vector;/* backpointer to host q_vector */
114 struct net_device *netdev; /* netdev ring belongs to */
115 struct device *dev; /* device for DMA mapping */
116 struct fm10k_l2_accel __rcu *l2_accel; /* L2 acceleration list */
117 void *desc; /* descriptor ring memory */
118 union {
122 u32 __iomem *tail;
123 unsigned long state;
124 dma_addr_t dma; /* phys. address of descriptor ring */
125 unsigned int size; /* length in bytes */
127 u8 queue_index; /* needed for queue management */
128 u8 reg_idx; /* holds the special value that gets
155 struct fm10k_ring *ring; /* pointer to linked list of rings */ argument