Searched refs:ADVERTISE_PAUSE_ASYM (Results 1 – 5 of 5) sorted by relevance
122 val |= ADVERTISE_PAUSE_ASYM; in tn1010_advertise()160 (lpa & ADVERTISE_PAUSE_ASYM) && in tn1010_get_link_status()161 (adv & ADVERTISE_PAUSE_ASYM)) in tn1010_get_link_status()163 else if ((lpa & ADVERTISE_PAUSE_ASYM) && in tn1010_get_link_status()
309 adv |= ADVERTISE_PAUSE_ASYM; in aq100x_advertise()410 lpa & ADVERTISE_PAUSE_ASYM && in aq100x_get_link_status()411 adv & ADVERTISE_PAUSE_ASYM) in aq100x_get_link_status()413 else if (lpa & ADVERTISE_PAUSE_ASYM && in aq100x_get_link_status()
188 (lpa & ADVERTISE_PAUSE_ASYM) && in vsc8211_get_link_status()189 (adv & ADVERTISE_PAUSE_ASYM)) in vsc8211_get_link_status()191 else if ((lpa & ADVERTISE_PAUSE_ASYM) && in vsc8211_get_link_status()
455 val |= ADVERTISE_PAUSE_ASYM; in t3_phy_advertise()
190 #define ADVERTISE_PAUSE_ASYM 0x800 macro