Home
last modified time | relevance | path

Searched refs:PAUSE_AUTONEG (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h54 PAUSE_AUTONEG = 1 << 2 enumerator
H A Dcxgb_t3_hw.c1545 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()
4278 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c508 static int t4_pause_settings = PAUSE_RX | PAUSE_TX | PAUSE_AUTONEG;
3296 lc->requested_fc |= PAUSE_AUTONEG; in cxgbe_media_change()
5936 PAUSE_AUTONEG); in init_link_config()
6001 if (!(lc->requested_fc & PAUSE_AUTONEG) && in fixup_link_config()
6004 lc->requested_fc |= PAUSE_AUTONEG; in fixup_link_config()
6036 if (!(lc->requested_fc & PAUSE_AUTONEG)) in apply_link_config()
6064 if (lc->link_ok && !(lc->requested_fc & PAUSE_AUTONEG)) in apply_link_config()
8448 (lc->requested_fc & PAUSE_AUTONEG), bits); in sysctl_pause_settings()
8451 PAUSE_RX | PAUSE_AUTONEG), bits); in sysctl_pause_settings()
8460 PAUSE_AUTONEG)); in sysctl_pause_settings()
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h59 PAUSE_AUTONEG = 1 << 2 enumerator
H A Dt4_hw.c3890 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t4_link_l1cfg()