Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3832 if ((caps & V_FW_PORT_CAP32_FEC(M_FW_PORT_CAP32_FEC)) == 0) in fwcap_to_fec()
3853 MPASS((fec & ~M_FW_PORT_CAP32_FEC) == 0); in fec_to_fwcap()
3967 M_FW_PORT_CAP32_FEC); in t4_link_l1cfg()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c8714 lc->requested_fec & (M_FW_PORT_CAP32_FEC | FEC_MODULE)); in sysctl_requested_fec()
8723 else if (n & ~(M_FW_PORT_CAP32_FEC | FEC_MODULE)) in sysctl_requested_fec()
8738 V_FW_PORT_CAP32_FEC(n & M_FW_PORT_CAP32_FEC)) != in sysctl_requested_fec()
8743 lc->requested_fec = n & (M_FW_PORT_CAP32_FEC | in sysctl_requested_fec()
8808 sbuf_printf(sb, "%b", fec & M_FW_PORT_CAP32_FEC, bits); in sysctl_module_fec()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7268 #define M_FW_PORT_CAP32_FEC 0x1f macro
7271 (((x) >> S_FW_PORT_CAP32_FEC) & M_FW_PORT_CAP32_FEC)
7278 (V_FW_PORT_CAP32_FEC(M_FW_PORT_CAP32_FEC) & __cap32)