Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3835 if (caps & FW_PORT_CAP32_FEC_RS) in fwcap_to_fec()
3856 caps |= FW_PORT_CAP32_FEC_RS; in fec_to_fwcap()
3926 fec |= FW_PORT_CAP32_FEC_RS; in t4_link_l1cfg()
3932 fec |= FW_PORT_CAP32_FEC_RS; in t4_link_l1cfg()
3953 fec = FW_PORT_CAP32_FEC_RS; in t4_link_l1cfg()
3955 if (fec == FW_PORT_CAP32_FEC_RS) in t4_link_l1cfg()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c5988 !(lc->pcaps & FW_PORT_CAP32_FEC_RS)) || in fixup_link_config()
6022 MPASS(lc->pcaps & FW_PORT_CAP32_FEC_RS); in apply_link_config()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7215 #define FW_PORT_CAP32_FEC_RS 0x00800000UL macro