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

/freebsd-10-stable/sys/dev/stge/
H A Dif_stge.c1123 sc->sc_cdata.stge_tx_cnt++;
1127 if (sc->sc_cdata.stge_tx_cnt >= STGE_TX_HIWAT)
1185 if (sc->sc_cdata.stge_tx_cnt >= STGE_TX_HIWAT) {
1552 if (sc->sc_cdata.stge_tx_cnt <= 0)
1557 sc->sc_cdata.stge_tx_cnt--;
1572 if (sc->sc_cdata.stge_tx_cnt == 0)
1854 if (sc->sc_cdata.stge_tx_cnt != 0)
2376 sc->sc_cdata.stge_tx_cnt = 0;
H A Dif_stgereg.h599 int stge_tx_cnt; member in struct:stge_chain_data

Completed in 110 milliseconds