Searched refs:EFX_FC_RX (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmcdi_mac.c35 case EFX_FC_RX | EFX_FC_TX:
38 case EFX_FC_RX:
H A Dmcdi_phy.c394 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX;
424 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
427 link_state->fc = EFX_FC_TX | EFX_FC_RX;
430 link_state->fc = EFX_FC_RX;
H A Dmdio_10g.c289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX));
H A Dethtool.c711 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) |
715 if ((wanted_fc & EFX_FC_TX) && !(wanted_fc & EFX_FC_RX)) {
778 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX);
H A Dfalcon_xmac.c149 bool rx_fc = !!(efx->link_state.fc & EFX_FC_RX);
H A Dnet_driver.h467 #define EFX_FC_RX FLOW_CTRL_RX macro
H A Defx.c882 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
884 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
894 if (wanted_fc & EFX_FC_RX)
H A Dfalcon.c853 efx->wanted_fc = EFX_FC_RX | EFX_FC_TX;
855 efx->wanted_fc = EFX_FC_RX;

Completed in 184 milliseconds