Home
last modified time | relevance | path

Searched refs:PAUSE_TX (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 Dmv88x201x.c178 *fc = PAUSE_RX | PAUSE_TX; in mv88x201x_get_link_status()
H A Dpm3393.c366 if (cmac->instance->fc & PAUSE_TX) 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.c327 if (fc & PAUSE_TX) in mac_set_speed_duplex_fc()
351 *fc |= PAUSE_TX; in mac_get_speed_duplex_fc()
H A Dmy3126.c160 *fc = PAUSE_RX | PAUSE_TX; in my3126_get_link_status()
H A Dcommon.h76 PAUSE_TX = 2, enumerator
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()
1342 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
H A Dvsc7326.c547 if (fc & PAUSE_TX) in mac_set_speed_duplex_fc()
549 if (fc == (PAUSE_RX | PAUSE_TX)) in mac_set_speed_duplex_fc()
H A Dmv88e1xxx.c276 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
H A Dch_mac.c243 data32 |= V_MAC_TX_PAUSE_ENABLE((fc & PAUSE_TX) != 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()
1231 pause |= PAUSE_TX; in t4_mac_flowctrl_to_link_caps()
1941 fc |= PAUSE_TX; in setprop()
1955 fc |= PAUSE_TX; in setprop()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h102 PAUSE_TX = 1 << 1, enumerator
H A Dt4_hw.c9013 if ((pause & PAUSE_TX) && (pause & PAUSE_RX)) { in t4_link_set_pause()
9017 } else if (pause & PAUSE_TX) { in t4_link_set_pause()