Home
last modified time | relevance | path

Searched refs:force_fec (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3910 int force_fec; in t4_link_l1cfg() local
3913 force_fec = lc->force_fec; in t4_link_l1cfg()
3915 force_fec = 0; in t4_link_l1cfg()
3918 if (force_fec > 0) { in t4_link_l1cfg()
3964 if (force_fec != 0) in t4_link_l1cfg()
H A Dcommon.h449 int8_t force_fec; /* FORCE_FEC in L1_CFG32 command. */ member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c534 SYSCTL_INT(_hw_cxgbe, OID_AUTO, force_fec, CTLFLAG_RDTUN, &t4_force_fec, 0,
6020 lc->force_fec = -1; in init_link_config()
6022 lc->force_fec = 1; in init_link_config()
6024 lc->force_fec = 0; in init_link_config()
8771 val = lc->force_fec; in sysctl_force_fec()
8785 lc->force_fec = val; in sysctl_force_fec()