Searched refs:EFX_FC_RX (Results 1 – 4 of 4) sorted by relevance
335 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()338 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()341 link_state->fc = EFX_FC_RX; in efx_mcdi_phy_decode_link()507 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()1201 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()1204 case EFX_FC_RX: in efx_mcdi_set_mac()
712 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()716 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()765 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
994 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()996 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()1007 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_clear_advertising()1014 if (wanted_fc & EFX_FC_RX) in efx_link_set_wanted_fc()
599 #define EFX_FC_RX FLOW_CTRL_RX macro