EFX_FC_AUTO
efx->wanted_fc |= EFX_FC_AUTO;
pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO);
(pause->autoneg ? EFX_FC_AUTO : 0));
if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising[0]) {
(efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) {
if (efx->wanted_fc & EFX_FC_AUTO)
link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
if (efx->wanted_fc & EFX_FC_AUTO)
efx->wanted_fc |= EFX_FC_AUTO;
pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO);
(pause->autoneg ? EFX_FC_AUTO : 0));
if ((wanted_fc & EFX_FC_AUTO) && !efx->link_advertising[0]) {
(efx->wanted_fc ^ old_fc) & EFX_FC_AUTO) {
if (efx->wanted_fc & EFX_FC_AUTO)
link_state->fc = EFX_FC_AUTO | EFX_FC_TX | EFX_FC_RX;
if (efx->wanted_fc & EFX_FC_AUTO)
efx->wanted_fc |= EFX_FC_AUTO;