Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
308 struct ixgbe_ring { struct309 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument310 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */311 struct net_device *netdev; /* netdev ring belongs to */312 struct bpf_prog *xdp_prog;313 struct device *dev; /* device for DMA mapping */314 void *desc; /* descriptor ring memory */315 union {319 unsigned long state;320 u8 __iomem *tail;[all …]