Home
last modified time | relevance | path

Searched refs:PAUSE_RX (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c269 (lc->requested_fc & PAUSE_RX)); in t4_mc_getstat()
550 old = lc->requested_fc & (PAUSE_TX | PAUSE_RX); in t4_mc_setprop()
553 new = (PAUSE_TX | PAUSE_RX); in t4_mc_setprop()
557 new = PAUSE_RX; in t4_mc_setprop()
560 lc->requested_fc &= ~(PAUSE_TX | PAUSE_RX); in t4_mc_setprop()
689 if ((lc->requested_fc & (PAUSE_TX | PAUSE_RX)) == in t4_mc_getprop()
690 (PAUSE_TX | PAUSE_RX)) in t4_mc_getprop()
694 else if (lc->requested_fc & PAUSE_RX) in t4_mc_getprop()
955 v = (lc->fc & PAUSE_RX) ? 1 : 0; in propinfo()
984 v = (lc->fc & PAUSE_RX) ? 1 : 0; in getprop()
[all …]
/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dxpak.c72 *fc = PAUSE_RX | PAUSE_TX; in xpak_get_link_status()
H A Dch_subr.c171 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in link_changed()
824 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
829 if (fc == ((PAUSE_RX | PAUSE_TX) & !is_T2(mac->adapter))) in t1_link_start()
833 if (fc == PAUSE_RX) in t1_link_start()
1344 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
H A Dmv88x201x.c180 *fc = PAUSE_RX | PAUSE_TX; in mv88x201x_get_link_status()
H A Dcommon.h77 PAUSE_RX = 1, enumerator
H A Dmy3126.c160 *fc = PAUSE_RX | PAUSE_TX; in my3126_get_link_status()
H A Dixf1010.c327 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()
351 *fc |= PAUSE_RX; in mac_get_speed_duplex_fc()
H A Dpm3393.c366 if (cmac->instance->fc & PAUSE_RX) in pm3393_enable()
545 if (fc & ~(PAUSE_TX | PAUSE_RX)) in pm3393_set_speed_duplex_fc()
742 cmac->instance->fc = PAUSE_TX | PAUSE_RX; in pm3393_mac_create()
H A Dvsc7326.c547 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()
551 if (fc == (PAUSE_RX | PAUSE_TX)) in mac_set_speed_duplex_fc()
H A Dmv88e1xxx.c276 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
H A Dch_mac.c244 data32 |= V_MAC_RX_PAUSE_ENABLE((fc & PAUSE_RX) != 0); in mac_set_speed_duplex_fc()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h58 PAUSE_RX = 1 << 0, enumerator
H A Dt4_hw.c1548 if (lc->requested_fc & PAUSE_RX) in t4_link_start()
1561 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
1564 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t4_link_start()
4823 fc |= PAUSE_RX; in t4_handle_fw_rpl()
4891 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()