Searched defs:ixgbe_ring (Results 1 – 2 of 2) sorted by relevance
352 struct ixgbe_ring { struct353 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument354 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */355 struct net_device *netdev; /* netdev ring belongs to */356 struct bpf_prog *xdp_prog;357 struct device *dev; /* device for DMA mapping */358 void *desc; /* descriptor ring memory */359 union {363 unsigned long state;364 u8 __iomem *tail;[all …]
313 struct ixgbe_ring { struct314 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument315 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */316 struct net_device *netdev; /* netdev ring belongs to */317 struct bpf_prog *xdp_prog;318 struct device *dev; /* device for DMA mapping */319 void *desc; /* descriptor ring memory */320 union {324 unsigned long state;325 u8 __iomem *tail;[all …]