Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3912 if (lc->pcaps & FW_PORT_CAP32_FORCE_FEC) in t4_link_l1cfg()
3924 fec |= FW_PORT_CAP32_FORCE_FEC; in t4_link_l1cfg()
3965 fec |= FW_PORT_CAP32_FORCE_FEC; in t4_link_l1cfg()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7221 #define FW_PORT_CAP32_FORCE_FEC 0x20000000UL macro
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c8692 if (!(lc->pcaps & FW_PORT_CAP32_FORCE_FEC)) in sysctl_force_fec()