Searched defs:ice_rx_queue (Results 1 – 1 of 1) sorted by relevance
180 struct ice_rx_queue { struct181 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 …]