Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_port.c316 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
319 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
322 link_state->fc = EFX_FC_RX; in efx_mcdi_phy_decode_link()
423 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()
881 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
884 case EFX_FC_RX: in efx_mcdi_set_mac()
Dethtool.c697 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()
701 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
750 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
Dmdio_10g.c289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX)); in efx_mdio_get_pause()
Dfalcon.c1101 bool rx_fc = !!(efx->link_state.fc & EFX_FC_RX); in falcon_reconfigure_xmac_core()
1710 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in falcon_probe_port()
1712 efx->wanted_fc = EFX_FC_RX; in falcon_probe_port()
Dnet_driver.h673 #define EFX_FC_RX FLOW_CTRL_RX macro
Defx.c945 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
947 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
957 if (wanted_fc & EFX_FC_RX) in efx_link_set_wanted_fc()