Home
last modified time | relevance | path

Searched refs:FW_PORT_CAP32_FEC_NO_FEC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c3848 if (caps & FW_PORT_CAP32_FEC_NO_FEC) in fwcap_to_fec()
3869 caps |= FW_PORT_CAP32_FEC_NO_FEC; in fec_to_fwcap()
3923 fec |= FW_PORT_CAP32_FEC_NO_FEC; in t4_link_l1cfg()
3927 fec |= FW_PORT_CAP32_FEC_NO_FEC; in t4_link_l1cfg()
3942 else if (fec == FW_PORT_CAP32_FEC_NO_FEC) in t4_link_l1cfg()
/freebsd-12-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h7211 #define FW_PORT_CAP32_FEC_NO_FEC 0x02000000UL macro