Searched refs:ADVERTISE_PAUSE_ASYM (Results 1 – 5 of 5) sorted by relevance
121 val |= ADVERTISE_PAUSE_ASYM; in tn1010_advertise()159 (lpa & ADVERTISE_PAUSE_ASYM) && in tn1010_get_link_status()160 (adv & ADVERTISE_PAUSE_ASYM)) in tn1010_get_link_status()162 else if ((lpa & ADVERTISE_PAUSE_ASYM) && in tn1010_get_link_status()
308 adv |= ADVERTISE_PAUSE_ASYM; in aq100x_advertise()409 lpa & ADVERTISE_PAUSE_ASYM && in aq100x_get_link_status()410 adv & ADVERTISE_PAUSE_ASYM) in aq100x_get_link_status()412 else if (lpa & ADVERTISE_PAUSE_ASYM && in aq100x_get_link_status()
187 (lpa & ADVERTISE_PAUSE_ASYM) && in vsc8211_get_link_status()188 (adv & ADVERTISE_PAUSE_ASYM)) in vsc8211_get_link_status()190 else if ((lpa & ADVERTISE_PAUSE_ASYM) && in vsc8211_get_link_status()
453 val |= ADVERTISE_PAUSE_ASYM; in t3_phy_advertise()
153 #define ADVERTISE_PAUSE_ASYM 0x800 macro