Home
last modified time | relevance | path

Searched refs:requested_fc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl_pf_iflib.c1077 int requested_fc, error = 0; in ixl_sysctl_set_flowcntl() local
1082 requested_fc = pf->fc; in ixl_sysctl_set_flowcntl()
1083 error = sysctl_handle_int(oidp, &requested_fc, 0, req); in ixl_sysctl_set_flowcntl()
1086 if (requested_fc < 0 || requested_fc > 3) { in ixl_sysctl_set_flowcntl()
1093 hw->fc.requested_mode = requested_fc; in ixl_sysctl_set_flowcntl()
1101 pf->fc = requested_fc; in ixl_sysctl_set_flowcntl()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3292 lc->requested_fc = 0; in cxgbe_media_change()
3294 lc->requested_fc |= PAUSE_RX; in cxgbe_media_change()
3296 lc->requested_fc |= PAUSE_TX; in cxgbe_media_change()
5810 if (lc->requested_fc & PAUSE_TX) in set_current_media()
5812 if (lc->requested_fc & PAUSE_RX) in set_current_media()
5970 if (lc->requested_fc & PAUSE_TX && in fixup_link_config()
5973 lc->requested_fc &= ~PAUSE_TX; in fixup_link_config()
5978 lc->requested_fc &= ~PAUSE_RX; in fixup_link_config()
6017 if (lc->requested_fc & PAUSE_TX) in apply_link_config()
6019 if (lc->requested_fc & PAUSE_RX) in apply_link_config()
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1545 if (lc->requested_fc & PAUSE_AUTONEG) in t3_link_changed()
1546 fc &= lc->requested_fc; in t3_link_changed()
1548 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1673 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()
4274 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
4278 lc->requested_fc |= PAUSE_AUTONEG; in init_link_config()
H A Dcxgb_common.h436 unsigned char requested_fc; /* flow control user has requested */ member
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h447 int8_t requested_fc; /* flow control */ member
H A Dt4_hw.c3886 if (lc->requested_fc & PAUSE_RX) in t4_link_l1cfg()
3888 if (lc->requested_fc & PAUSE_TX) in t4_link_l1cfg()
3890 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t4_link_l1cfg()