Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
311 struct ixgbe_ring { struct312 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument313 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */314 struct net_device *netdev; /* netdev ring belongs to */315 struct bpf_prog *xdp_prog;316 struct device *dev; /* device for DMA mapping */317 void *desc; /* descriptor ring memory */318 union {322 unsigned long state;323 u8 __iomem *tail;[all …]