Lines Matching refs:fw_fec
4071 static inline enum cc_fec fwcap_to_cc_fec(fw_port_cap32_t fw_fec) in fwcap_to_cc_fec() argument
4075 if (fw_fec & FW_PORT_CAP32_FEC_RS) in fwcap_to_cc_fec()
4077 if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) in fwcap_to_cc_fec()
4086 fw_port_cap32_t fw_fec = 0; in cc_to_fwcap_fec() local
4089 fw_fec |= FW_PORT_CAP32_FEC_RS; in cc_to_fwcap_fec()
4091 fw_fec |= FW_PORT_CAP32_FEC_BASER_RS; in cc_to_fwcap_fec()
4093 return fw_fec; in cc_to_fwcap_fec()
4110 fw_port_cap32_t fw_fc, fw_fec, acaps; in t4_link_acaps() local
4132 fw_fec = cc_to_fwcap_fec(cc_fec); in t4_link_acaps()
4139 acaps = lc->acaps | fw_fc | fw_fec; in t4_link_acaps()
4143 acaps = lc->speed_caps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps()
4147 acaps = lc->acaps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps()