FUN_PORT_CAP_AUTONEG
if (modes & FUN_PORT_CAP_AUTONEG)
ks->base.autoneg = (fp->advertising & FUN_PORT_CAP_AUTONEG) ?
!(fp->port_caps & FUN_PORT_CAP_AUTONEG))
new_advert = fun_advert_modes(ks) | FUN_PORT_CAP_AUTONEG;
pause->autoneg = !!(fp->advertising & FUN_PORT_CAP_AUTONEG);
if (!pause->autoneg && (fp->advertising & FUN_PORT_CAP_AUTONEG))
if (pause->autoneg && !(fp->advertising & FUN_PORT_CAP_AUTONEG))
if (!(fp->advertising & FUN_PORT_CAP_AUTONEG))
FUN_PORT_CAP_AUTONEG);