Home
last modified time | relevance | path

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

/drivers/net/sfc/
Dnet_driver.h505 EFX_FC_RX = 1, enumerator
519 if (wanted_fc & EFX_FC_RX) in efx_fc_advertise()
535 return EFX_FC_RX | EFX_FC_TX; in efx_fc_resolve()
538 return EFX_FC_RX; in efx_fc_resolve()
Dethtool.c683 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()
687 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
733 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
Dfalcon_gmac.c35 rx_fc = !!(efx->link_fc & EFX_FC_RX); in falcon_reconfigure_gmac()
Dfalcon_xmac.c145 bool rx_fc = !!(efx->link_fc & EFX_FC_RX); in falcon_reconfigure_xmac_core()
Dfalcon.c2337 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in falcon_probe_port()
2339 efx->wanted_fc = EFX_FC_RX; in falcon_probe_port()