Searched refs:sis_tx_prod (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sis/
H A Dif_sisreg.h479 int sis_tx_prod; member in struct:sis_softc
H A Dif_sis.c1382 sc->sis_tx_prod = sc->sis_tx_cons = sc->sis_tx_cnt = 0;
1574 if (cons == sc->sis_tx_prod)
1585 for (; cons != sc->sis_tx_prod; SIS_INC(cons, SIS_TX_LIST_CNT)) {
1767 prod = sc->sis_tx_prod;
1843 sc->sis_tx_prod = prod;

Completed in 57 milliseconds