Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ixl.c1194 struct ixl_tx_ring { struct
1195 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;