Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dxpak.c70 *fc = PAUSE_RX | PAUSE_TX; in xpak_get_link_status()
H A Dch_subr.c169 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in link_changed()
822 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
827 if (fc == ((PAUSE_RX | PAUSE_TX) & !is_T2(mac->adapter))) in t1_link_start()
831 if (fc == PAUSE_RX) in t1_link_start()
1342 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
H A Dmv88x201x.c178 *fc = PAUSE_RX | PAUSE_TX; in mv88x201x_get_link_status()
H A Dpm3393.c364 if (cmac->instance->fc & PAUSE_RX) in pm3393_enable()
543 if (fc & ~(PAUSE_TX | PAUSE_RX)) in pm3393_set_speed_duplex_fc()
740 cmac->instance->fc = PAUSE_TX | PAUSE_RX; in pm3393_mac_create()
H A Dixf1010.c325 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()
349 *fc |= PAUSE_RX; in mac_get_speed_duplex_fc()
H A Dmy3126.c160 *fc = PAUSE_RX | PAUSE_TX; in my3126_get_link_status()
H A Dcommon.h75 PAUSE_RX = 1, enumerator
H A Dvsc7326.c545 if (fc & PAUSE_RX) in mac_set_speed_duplex_fc()
549 if (fc == (PAUSE_RX | PAUSE_TX)) in mac_set_speed_duplex_fc()
H A Dmv88e1xxx.c274 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
H A Dch_mac.c242 data32 |= V_MAC_RX_PAUSE_ENABLE((fc & PAUSE_RX) != 0); in mac_set_speed_duplex_fc()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1228 pause |= PAUSE_TX | PAUSE_RX; in t4_mac_flowctrl_to_link_caps()
1234 pause |= PAUSE_RX; in t4_mac_flowctrl_to_link_caps()
1943 fc |= PAUSE_RX; in setprop()
1957 fc |= PAUSE_RX; in setprop()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h101 PAUSE_RX = 1 << 0, enumerator
H A Dt4_hw.c9013 if ((pause & PAUSE_TX) && (pause & PAUSE_RX)) { in t4_link_set_pause()
9021 } else if (pause & PAUSE_RX) { in t4_link_set_pause()