Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_ixl.c383 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;
[all …]