Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_iflib.h147 struct ice_tx_queue { struct
148 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 …]