Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3837 if (caps & FW_PORT_CAP32_FEC_BASER_RS) in fwcap_to_fec()
3858 caps |= FW_PORT_CAP32_FEC_BASER_RS; in fec_to_fwcap()
3929 fec |= FW_PORT_CAP32_FEC_BASER_RS; in t4_link_l1cfg()
3933 fec |= FW_PORT_CAP32_FEC_BASER_RS; in t4_link_l1cfg()
3952 if (fec == FW_PORT_CAP32_FEC_BASER_RS) in t4_link_l1cfg()
3956 fec = FW_PORT_CAP32_FEC_BASER_RS; in t4_link_l1cfg()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6186 !(lc->pcaps & FW_PORT_CAP32_FEC_BASER_RS))) { in fixup_link_config()
6220 MPASS(lc->pcaps & FW_PORT_CAP32_FEC_BASER_RS); in apply_link_config()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7216 #define FW_PORT_CAP32_FEC_BASER_RS 0x01000000UL macro