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

/freebsd-11.0-release/sys/dev/sis/
H A Dif_sis.c1382 sc->sis_tx_prod = sc->sis_tx_cons = sc->sis_tx_cnt = 0;
1609 sc->sis_tx_cnt--;
1613 if (sc->sis_tx_cnt == 0)
1821 if (sc->sis_tx_cnt + nsegs > SIS_TX_LIST_CNT - 1) {
1839 sc->sis_tx_cnt++;
1890 sc->sis_tx_cnt < SIS_TX_LIST_CNT - 4;) {
H A Dif_sisreg.h481 int sis_tx_cnt; member in struct:sis_softc

Completed in 106 milliseconds