Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_port_common.c63 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()
288 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
291 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
294 link_state->fc = EFX_FC_RX; in efx_mcdi_phy_decode_link()
518 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()
1119 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
1122 case EFX_FC_RX: in efx_mcdi_set_mac()
Dethtool_common.c190 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
205 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()
209 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
Defx_common.c466 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_clear_advertising()
473 if (wanted_fc & EFX_FC_RX) in efx_link_set_wanted_fc()
Dnet_driver.h682 #define EFX_FC_RX FLOW_CTRL_RX macro
Def100_nic.c359 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in ef100_phy_probe()
/drivers/net/ethernet/sfc/siena/
Dmcdi_port_common.c64 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); in efx_siena_link_set_advertising()
66 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_siena_link_set_advertising()
289 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
292 link_state->fc = EFX_FC_TX | EFX_FC_RX; in efx_mcdi_phy_decode_link()
295 link_state->fc = EFX_FC_RX; in efx_mcdi_phy_decode_link()
519 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_siena_mcdi_phy_probe()
1125 case EFX_FC_RX | EFX_FC_TX: in efx_siena_mcdi_set_mac()
1128 case EFX_FC_RX: in efx_siena_mcdi_set_mac()
Dethtool_common.c133 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_siena_ethtool_get_pauseparam()
148 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_siena_ethtool_set_pauseparam()
152 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_siena_ethtool_set_pauseparam()
Defx_common.c465 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_siena_link_clear_advertising()
472 if (wanted_fc & EFX_FC_RX) in efx_siena_link_set_wanted_fc()
Dnet_driver.h634 #define EFX_FC_RX FLOW_CTRL_RX macro