Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
356 struct ixgbe_ring { struct357 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument358 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */359 struct net_device *netdev; /* netdev ring belongs to */360 struct bpf_prog *xdp_prog;361 struct device *dev; /* device for DMA mapping */362 void *desc; /* descriptor ring memory */363 union {367 unsigned long state;368 u8 __iomem *tail;[all …]