Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_jme.c140 int jme_tx_cons; /* transmit ring consumer */ member
759 sc->jme_tx_cons = sc->jme_tx_prod = sc->jme_tx_cnt = 0; in jme_init()
1529 sc->jme_tx_cons, sc->jme_tx_prod); in jme_txeof()
1541 for (cons = sc->jme_tx_cons; cons != sc->jme_tx_prod; ) { in jme_txeof()
1549 cons = sc->jme_tx_cons; in jme_txeof()
1612 sc->jme_tx_cons = cons; in jme_txeof()