Home
last modified time | relevance | path

Searched refs:tx_threshold (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/tx/
H A Dif_txvar.h107 u_int32_t tx_threshold; member
H A Dif_tx.c372 sc->tx_threshold = TRANSMIT_THRESHOLD; in epic_attach()
942 if (sc->tx_threshold > TRANSMIT_THRESHOLD_MAX) { in epic_tx_underrun()
948 sc->tx_threshold += 0x40; in epic_tx_underrun()
952 sc->tx_threshold); in epic_tx_underrun()
1369 CSR_WRITE_4(sc, ETXTHR, sc->tx_threshold); in epic_set_tx_mode()
/freebsd-12.1/sys/dev/fxp/
H A Dif_fxpreg.h288 uint8_t tx_threshold; member
H A Dif_fxp.c109 static int tx_threshold = 64; variable
1656 txp->tx_cb->tx_threshold = tx_threshold; in fxp_encap()
2103 if (tx_threshold < 192) in fxp_update_stats()
2104 tx_threshold += 64; in fxp_update_stats()
/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe.h754 unsigned int tx_threshold; member
H A Dif_axgbe.c501 sc->prv.tx_threshold = MTL_TX_THRESHOLD_64; in axgbe_attach()
H A Dxgbe-dev.c2191 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()