Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/fxp/
H A Dif_fxpreg.h286 uint8_t tx_threshold; member
H A Dif_fxp.c107 static int tx_threshold = 64; variable
1641 txp->tx_cb->tx_threshold = tx_threshold; in fxp_encap()
2088 if (tx_threshold < 192) in fxp_update_stats()
2089 tx_threshold += 64; in fxp_update_stats()
/freebsd-14.2/sys/dev/axgbe/
H A Dif_axgbe.c502 sc->prv.tx_threshold = MTL_TX_THRESHOLD_64; in axgbe_attach()
H A Dxgbe.h1140 unsigned int tx_threshold; member
H A Dxgbe-dev.c2753 xgbe_config_tx_threshold(pdata, pdata->tx_threshold); in xgbe_init()
H A Dif_axgbe_pci.c1321 pdata->tx_threshold = MTL_TX_THRESHOLD_64; in xgbe_default_config()