Home
last modified time | relevance | path

Searched refs:ADVERTISE_PAUSE_ASYM (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/cxgb/common/
HDcxgb_tn1010.c122 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()
HDcxgb_aq100x.c309 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()
HDcxgb_vsc8211.c188 (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()
HDcxgb_t3_hw.c455 val |= ADVERTISE_PAUSE_ASYM; in t3_phy_advertise()
/NextBSD/sys/dev/cxgb/
HDcxgb_osdep.h190 #define ADVERTISE_PAUSE_ASYM 0x800 macro