Searched refs:PAUSE_TX (Results 1 – 13 of 13) sorted by relevance
186 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()
158 pause = PAUSE_RX | PAUSE_TX; in tn1010_get_link_status()162 pause = PAUSE_TX; in tn1010_get_link_status()
408 *fc = PAUSE_RX | PAUSE_TX; in aq100x_get_link_status()412 *fc = PAUSE_TX; in aq100x_get_link_status()
199 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
221 if (fc & PAUSE_TX) in t3_vsc7323_set_speed_fc()
54 PAUSE_TX = 1 << 1, enumerator
614 if (fc & PAUSE_TX) { in t3_mac_set_speed_duplex_fc()
1550 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()
66 #define PAUSE_TX 8 macro
1340 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()
454 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 …]
58 PAUSE_TX = 1 << 1, enumerator
3865 if (lc->requested_fc & PAUSE_TX) in t4_link_l1cfg()8565 fc |= PAUSE_TX; in handle_port_info()