Lines Matching defs:ixl_tx_ring
383 struct ixl_tx_ring { struct
384 kmutex_t txr_lock;
385 struct ixl_softc *txr_sc;
387 unsigned int txr_prod;
388 unsigned int txr_cons;
390 struct ixl_tx_map *txr_maps;
391 struct ixl_dmamem txr_mem;
393 bus_size_t txr_tail;
394 unsigned int txr_qid;
395 pcq_t *txr_intrq;
396 void *txr_si;
398 struct evcnt txr_defragged;
399 struct evcnt txr_defrag_failed;
400 struct evcnt txr_pcqdrop;
401 struct evcnt txr_transmitdef;
402 struct evcnt txr_intr;
403 struct evcnt txr_defer;