Searched refs:EFX_FC_AUTO (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmcdi_mac.c45 if (efx->wanted_fc & EFX_FC_AUTO)
H A Dmdio_10g.c289 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX));
291 if (!(efx->wanted_fc & EFX_FC_AUTO))
H A Dmcdi_phy.c396 efx->wanted_fc |= EFX_FC_AUTO;
424 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
444 /* Verify that the forced flow control settings (!EFX_FC_AUTO) are
458 if (efx->wanted_fc & EFX_FC_AUTO)
H A Dethtool.c713 (pause->autoneg ? EFX_FC_AUTO : 0));
722 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising) {
752 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) {
780 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO);
H A Dnet_driver.h469 #define EFX_FC_AUTO 4 macro
H A Dfalcon.c857 efx->wanted_fc |= EFX_FC_AUTO;

Completed in 99 milliseconds