Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_iflib.h189 struct ice_rx_queue { struct
190 struct ice_vsi *vsi;
191 union ice_32b_rx_flex_desc *rx_base;
192 bus_addr_t rx_paddr;
193 struct rx_stats stats;
194 u16 desc_count;
195 u32 tail;
196 struct ice_irq_vector *irqv;
197 u32 me;
198 u8 tc;
[all …]