Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
354 struct ixgbe_ring { struct355 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument356 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */357 struct net_device *netdev; /* netdev ring belongs to */358 struct bpf_prog *xdp_prog;359 struct device *dev; /* device for DMA mapping */360 void *desc; /* descriptor ring memory */361 union {365 unsigned long state;366 u8 __iomem *tail;[all …]