Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
H A Dif_stgevar.h45 #define STGE_TX_HIWAT (STGE_TX_RING_CNT - STGE_TX_LOWAT) macro
H A Dif_stge.c1144 if (sc->sc_cdata.stge_tx_cnt >= STGE_TX_HIWAT) in stge_encap()
1185 if (sc->sc_cdata.stge_tx_cnt >= STGE_TX_HIWAT) { in stge_start()
1490 if (sc->sc_cdata.stge_tx_cnt < STGE_TX_HIWAT) in stge_txeof()