Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c522 unsigned int ehfc = 0; in xgbe_enable_tx_flow_control() local
527 ehfc = 1; in xgbe_enable_tx_flow_control()
530 XGMAC_MTL_IOWRITE_BITS(pdata, i, MTL_Q_RQOMR, EHFC, ehfc); in xgbe_enable_tx_flow_control()
533 ehfc ? "enabled" : "disabled", i); in xgbe_enable_tx_flow_control()