Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_vsc8211.c186 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status()
190 pause = PAUSE_TX; in vsc8211_get_link_status()
254 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber()
257 pause = PAUSE_TX; in vsc8211_get_link_status_fiber()
HDcxgb_tn1010.c158 pause = PAUSE_RX | PAUSE_TX; in tn1010_get_link_status()
162 pause = PAUSE_TX; in tn1010_get_link_status()
HDcxgb_aq100x.c408 *fc = PAUSE_RX | PAUSE_TX; in aq100x_get_link_status()
412 *fc = PAUSE_TX; in aq100x_get_link_status()
HDcxgb_mv88e1xxx.c199 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
HDcxgb_vsc7323.c221 if (fc & PAUSE_TX) in t3_vsc7323_set_speed_fc()
HDcxgb_common.h54 PAUSE_TX = 1 << 1, enumerator
HDcxgb_xgmac.c614 if (fc & PAUSE_TX) { in t3_mac_set_speed_duplex_fc()
HDcxgb_t3_hw.c1550 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1675 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()
4276 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
/freebsd-11-stable/sys/dev/digi/
HDdigi.h66 #define PAUSE_TX 8 macro
HDdigi.c1340 if (!(tp->t_state & TS_TTSTOP) && port->status & PAUSE_TX) { in digistart()
1342 port->status &= ~PAUSE_TX; in digistart()
1399 port->status |= PAUSE_TX; in digistop()
/freebsd-11-stable/sys/dev/cxgbe/
HDt4_main.c454 static int t4_pause_settings = PAUSE_RX | PAUSE_TX | PAUSE_AUTONEG;
2214 lc->requested_fc |= PAUSE_TX; in cxgbe_media_change()
2407 if (lc->fc & PAUSE_TX) in cxgbe_media_status()
4504 if (lc->requested_fc & PAUSE_TX) in set_current_media()
4607 lc->requested_fc = t4_pause_settings & (PAUSE_TX | PAUSE_RX | in init_link_config()
4654 MPASS((lc->requested_fc & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG)) == 0); in fixup_link_config()
4655 if (lc->requested_fc & PAUSE_TX && in fixup_link_config()
4658 lc->requested_fc &= ~PAUSE_TX; in fixup_link_config()
4702 if (lc->requested_fc & PAUSE_TX) in apply_link_config()
4727 lc->fc = lc->requested_fc & (PAUSE_TX | PAUSE_RX); in apply_link_config()
[all …]
/freebsd-11-stable/sys/dev/cxgbe/common/
HDcommon.h58 PAUSE_TX = 1 << 1, enumerator
HDt4_hw.c3865 if (lc->requested_fc & PAUSE_TX) in t4_link_l1cfg()
8565 fc |= PAUSE_TX; in handle_port_info()