Searched refs:FEC_AUTO (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h78 FEC_AUTO = 1 << 5, enumerator in enum:__anon12670
H A Dt4_hw.c3919 if (lc->requested_fec == FEC_AUTO) {
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c481 * -1 to run with the firmware default. Same as FEC_AUTO (bit 5)
4869 if (t4_fec & FEC_AUTO)
4870 lc->requested_fec = FEC_AUTO;
4874 /* -1 is handled by the FEC_AUTO block above and not here. */
4878 lc->requested_fec = FEC_AUTO;
4938 lc->requested_fec = FEC_AUTO;
7257 (lc->requested_fec & (FEC_AUTO | FEC_MODULE)),
7269 lc->requested_fec == FEC_AUTO ? -1 :
7277 if (n < 0 || n & FEC_AUTO)
7278 n = FEC_AUTO;
[all...]

Completed in 112 milliseconds