Searched refs:PAUSE_AUTONEG (Results 1 – 5 of 5) sorted by relevance
54 PAUSE_AUTONEG = 1 << 2 enumerator
1545 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()4278 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
508 static int t4_pause_settings = PAUSE_RX | PAUSE_TX | PAUSE_AUTONEG;3447 lc->requested_fc |= PAUSE_AUTONEG; in cxgbe_media_change()6111 PAUSE_AUTONEG); in init_link_config()6165 MPASS((lc->requested_fc & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG)) == 0); in fixup_link_config()6176 if (!(lc->requested_fc & PAUSE_AUTONEG) && in fixup_link_config()6179 lc->requested_fc |= PAUSE_AUTONEG; in fixup_link_config()6211 if (!(lc->requested_fc & PAUSE_AUTONEG)) in apply_link_config()6239 if (lc->link_ok && !(lc->requested_fc & PAUSE_AUTONEG)) in apply_link_config()8619 (lc->requested_fc & PAUSE_AUTONEG), bits); in sysctl_pause_settings()8622 PAUSE_RX | PAUSE_AUTONEG), bits); in sysctl_pause_settings()[all …]
59 PAUSE_AUTONEG = 1 << 2 enumerator
3890 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t4_link_l1cfg()