Searched refs:EFX_FC_RX (Results 1 – 5 of 5) sorted by relevance
63 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()65 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()290 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()293 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()296 link_state->fc = EFX_FC_RX; in efx_mcdi_phy_decode_link()520 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()1121 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()1124 case EFX_FC_RX: in efx_mcdi_set_mac()
181 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()196 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()200 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
464 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_clear_advertising()471 if (wanted_fc & EFX_FC_RX) in efx_link_set_wanted_fc()
682 #define EFX_FC_RX FLOW_CTRL_RX macro
350 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in ef100_phy_probe()