Searched refs:fec (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c127 u_int16_t fec, cvc, cec1, ebc; member in struct:f54rreg
1057 sc->cnt_fec += sc->f54r->fec;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h418 uint32_t fec_hint; /* use this fec */
421 int8_t fec; /* actual FEC */ member in struct:link_config
H A Dt4_hw.c3860 unsigned int aneg, fc, fec, speed, rcap; local
3870 fec = 0;
3872 fec = lc->fec_hint;
3875 fec |= FW_PORT_CAP32_FEC_RS;
3877 fec |= FW_PORT_CAP32_FEC_BASER_RS;
3898 rcap = aneg | speed | fc | fec;
8517 unsigned char fc, fec; local
8568 fec = FEC_NONE;
8570 fec |= FEC_RS;
8572 fec |
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c465 SYSCTL_INT(_hw_cxgbe, OID_AUTO, fec, CTLFLAG_RDTUN, &t4_fec, 0,
4720 * fec/fc/etc. when the notification is processed. If the link
6410 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "fec",
6952 sbuf_printf(sb, "%b", (lc->fec & M_FW_PORT_CAP32_FEC) |

Completed in 219 milliseconds