Searched refs:ALX_FC_ANEG (Results 1 – 3 of 3) sorted by relevance
155 if (hw->flowctrl & ALX_FC_ANEG && hw->adv_cfg & ADVERTISED_Autoneg) { in alx_get_link_ksettings()219 pause->autoneg = !!(hw->flowctrl & ALX_FC_ANEG && in alx_get_pauseparam()241 fc |= ALX_FC_ANEG; in alx_set_pauseparam()247 if (!((fc ^ hw->flowctrl) & ALX_FC_ANEG)) in alx_set_pauseparam()249 if (fc & hw->flowctrl & ALX_FC_ANEG && in alx_set_pauseparam()
328 #define ALX_FC_ANEG 0x04 macro
736 if (flowctrl & ALX_FC_ANEG) { in alx_setup_speed_duplex()