Lines Matching defs:rx_ring
298 struct rx_ring { struct
299 struct ix_rx_queue *que;
300 struct ixgbe_softc *sc;
301 u32 me;
302 u32 tail;
303 union ixgbe_adv_rx_desc *rx_base;
304 bool hw_rsc;
305 bool vtag_strip;
306 uint64_t rx_paddr;
307 bus_dma_tag_t ptag;
309 u32 bytes; /* Used for AIM calc */
310 u32 packets;
335 struct rx_ring rxr; argument