Searched refs:EFX_FC_RX (Results 1 – 6 of 6) sorted by relevance
316 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()
697 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()
289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX)); in efx_mdio_get_pause()
1101 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()
673 #define EFX_FC_RX FLOW_CTRL_RX macro
945 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()