Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpreg.h286 uint8_t tx_threshold; member
H A Dif_fxp.c107 static int tx_threshold = 64; variable
1625 txp->tx_cb->tx_threshold = tx_threshold; in fxp_encap()
2072 if (tx_threshold < 192) in fxp_update_stats()
2073 tx_threshold += 64; in fxp_update_stats()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c501 sc->prv.tx_threshold = MTL_TX_THRESHOLD_64; in axgbe_attach()
H A Dxgbe.h1140 unsigned int tx_threshold; member
H A Dxgbe-dev.c2759 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
H A Dif_axgbe_pci.c1383 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()