Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_iflib.h144 struct ice_tx_queue { struct
145 struct ice_vsi *vsi;
146 struct ice_tx_desc *tx_base;
147 bus_addr_t tx_paddr;
148 struct tx_stats stats;
149 u16 desc_count;
150 u32 tail;
151 struct ice_irq_vector *irqv;
152 u32 q_teid;
153 u32 me;
[all …]