Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
305 struct ixgbe_ring { struct306 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument307 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */308 struct net_device *netdev; /* netdev ring belongs to */309 struct bpf_prog *xdp_prog;310 struct device *dev; /* device for DMA mapping */311 void *desc; /* descriptor ring memory */312 union {316 unsigned long state;317 u8 __iomem *tail;[all …]