Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi_port.c335 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()
Dethtool.c712 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()
Defx.c994 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()
Dnet_driver.h599 #define EFX_FC_RX FLOW_CTRL_RX macro