Searched defs:ixl_tx_ring (Results 1 – 1 of 1) sorted by relevance
1194 struct ixl_tx_ring { struct1195 struct ixl_softc *txr_sc;1196 struct ixl_vector *txr_vector;1197 struct ifqueue *txr_ifq;1199 unsigned int txr_prod;1200 unsigned int txr_cons;1202 struct ixl_tx_map *txr_maps;1203 struct ixl_dmamem txr_mem;1205 bus_size_t txr_tail;1206 unsigned int txr_qid;