Home
last modified time | relevance | path

Searched refs:txr_cons (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pv/
H A Dif_xnf.c125 volatile uint32_t txr_cons; member
525 if (txr->txr_cons_event <= txr->txr_cons) in xnf_start()
526 txr->txr_cons_event = txr->txr_cons + in xnf_start()
527 ((txr->txr_prod - txr->txr_cons) >> 1) + 1; in xnf_start()
689 ifp->if_xname, txr->txr_prod, txr->txr_cons, sc->sc_tx_cons, in xnf_watchdog()
708 for (cons = sc->sc_tx_cons; cons != txr->txr_cons; cons++) { in xnf_txeof()
1062 if (sc->sc_tx_cons != txr->txr_cons) in xnf_tx_ring_drain()
/openbsd/sys/dev/pci/
H A Dif_iavf.c530 unsigned int txr_cons; member
1577 txr->txr_cons = txr->txr_prod = 0; in iavf_txr_alloc()
1739 free = txr->txr_cons; in iavf_start()
1828 cons = txr->txr_cons; in iavf_txeof()
1867 txr->txr_cons = cons; in iavf_txeof()
H A Dif_ixl.c1200 unsigned int txr_cons; member
2631 txr->txr_cons = txr->txr_prod = 0; in ixl_txr_alloc()
2913 free = txr->txr_cons; in ixl_start()
3009 cons = txr->txr_cons; in ixl_txeof()
3048 txr->txr_cons = cons; in ixl_txeof()