Home
last modified time | relevance | path

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

/freebsd-13.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
1653 txp->tx_cb->tx_threshold = tx_threshold; in fxp_encap()
2100 if (tx_threshold < 192) in fxp_update_stats()
2101 tx_threshold += 64; in fxp_update_stats()
/freebsd-13.1/sys/dev/axgbe/
H A Dif_axgbe.c509 sc->prv.tx_threshold = MTL_TX_THRESHOLD_64; in axgbe_attach()
H A Dxgbe.h1142 unsigned int tx_threshold; member
H A Dxgbe-dev.c2755 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
H A Dif_axgbe_pci.c1295 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()