Searched defs:ice_tx_queue (Results 1 – 1 of 1) sorted by relevance
147 struct ice_tx_queue { struct148 struct ice_vsi *vsi;149 struct ice_tx_desc *tx_base;150 bus_addr_t tx_paddr;151 struct tx_stats stats;152 u16 desc_count;153 u32 tail;154 struct ice_irq_vector *irqv;155 u32 q_teid;156 u32 me;[all …]