Home
last modified time | relevance | path

Searched defs:ice_rx_queue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/ice/
H A Dice_iflib.h180 struct ice_rx_queue { struct
181 struct ice_vsi *vsi;
182 union ice_32b_rx_flex_desc *rx_base;
183 bus_addr_t rx_paddr;
184 struct rx_stats stats;
185 u16 desc_count;
186 u32 tail;
187 struct ice_irq_vector *irqv;
188 u32 me;
189 u8 tc;
[all …]