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

/freebsd-12-stable/sys/dev/sis/
H A Dif_sis.c1384 sc->sis_tx_prod = sc->sis_tx_cons = sc->sis_tx_cnt = 0;
1611 sc->sis_tx_cnt--;
1615 if (sc->sis_tx_cnt == 0)
1823 if (sc->sis_tx_cnt + nsegs > SIS_TX_LIST_CNT - 1) {
1841 sc->sis_tx_cnt++;
1892 sc->sis_tx_cnt < SIS_TX_LIST_CNT - 4;) {
H A Dif_sisreg.h483 int sis_tx_cnt; member in struct:sis_softc

Completed in 48 milliseconds