Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A 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()
68 efx->wanted_fc ^= EFX_FC_TX; 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()
396 if ((efx->wanted_fc & EFX_FC_TX) && rmtadv == ADVERTISED_Asym_Pause) in efx_mcdi_phy_check_fcntl()
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()
H A Dethtool_common.c134 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_siena_ethtool_get_pauseparam()
149 (pause->tx_pause ? EFX_FC_TX : 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()
168 (wanted_fc & EFX_FC_TX) && !(efx->wanted_fc & EFX_FC_TX)) in efx_siena_ethtool_set_pauseparam()
H A Defx_common.c465 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_siena_link_clear_advertising()
478 if (wanted_fc & EFX_FC_TX) in efx_siena_link_set_wanted_fc()
H A Dnet_driver.h635 #define EFX_FC_TX FLOW_CTRL_TX macro
/linux/drivers/net/ethernet/sfc/
H A 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()
67 efx->wanted_fc ^= EFX_FC_TX; 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()
395 if ((efx->wanted_fc & EFX_FC_TX) && rmtadv == ADVERTISED_Asym_Pause) in efx_mcdi_phy_check_fcntl()
518 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in efx_mcdi_phy_probe()
1114 case EFX_FC_RX | EFX_FC_TX: in efx_mcdi_set_mac()
H A Dethtool_common.c183 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
198 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam()
201 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) { in efx_ethtool_set_pauseparam()
217 (wanted_fc & EFX_FC_TX) && !(efx->wanted_fc & EFX_FC_TX)) in efx_ethtool_set_pauseparam()
H A Defx_common.c461 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); in efx_link_clear_advertising()
474 if (wanted_fc & EFX_FC_TX) in efx_link_set_wanted_fc()
H A Dnet_driver.h677 #define EFX_FC_TX FLOW_CTRL_TX macro
H A Def100_nic.c370 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX; in ef100_phy_probe()