Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_port.c332 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
335 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
338 link_state->fc = EFX_FC_RX; in efx_mcdi_phy_decode_link()
505 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()
1199 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
1202 case EFX_FC_RX: in efx_mcdi_set_mac()
Dethtool.c709 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()
713 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
762 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
Defx.c991 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
993 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_set_advertising()
1004 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_clear_advertising()
1011 if (wanted_fc & EFX_FC_RX) in efx_link_set_wanted_fc()
Dnet_driver.h596 #define EFX_FC_RX FLOW_CTRL_RX macro