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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dmcdi_mac.c46 if (efx->wanted_fc & EFX_FC_AUTO)
H A Dmdio_10g.c334 BUILD_BUG_ON(EFX_FC_AUTO & (EFX_FC_RX | EFX_FC_TX));
336 if (!(efx->wanted_fc & EFX_FC_AUTO))
H A Dmcdi_phy.c397 efx->wanted_fc |= EFX_FC_AUTO;
425 link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
445 /* Verify that the forced flow control settings (!EFX_FC_AUTO) are
459 if (efx->wanted_fc & EFX_FC_AUTO)
H A Dethtool.c757 (pause->autoneg ? EFX_FC_AUTO : 0));
766 if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising) {
796 (efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) {
824 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO);
H A Dnet_driver.h446 EFX_FC_AUTO = 4, enumerator in enum:efx_fc_type
H A Dfalcon.c934 efx->wanted_fc |= EFX_FC_AUTO;

Completed in 58 milliseconds