Lines Matching refs:fw_fec
4101 static inline enum cc_fec fwcap_to_cc_fec(fw_port_cap32_t fw_fec) in fwcap_to_cc_fec() argument
4105 if (fw_fec & FW_PORT_CAP32_FEC_RS) in fwcap_to_cc_fec()
4107 if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) in fwcap_to_cc_fec()
4116 fw_port_cap32_t fw_fec = 0; in cc_to_fwcap_fec() local
4119 fw_fec |= FW_PORT_CAP32_FEC_RS; in cc_to_fwcap_fec()
4121 fw_fec |= FW_PORT_CAP32_FEC_BASER_RS; in cc_to_fwcap_fec()
4123 return fw_fec; in cc_to_fwcap_fec()
4140 fw_port_cap32_t fw_fc, fw_fec, acaps; in t4_link_acaps() local
4162 fw_fec = cc_to_fwcap_fec(cc_fec); in t4_link_acaps()
4169 acaps = lc->acaps | fw_fc | fw_fec; in t4_link_acaps()
4173 acaps = lc->speed_caps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps()
4177 acaps = lc->acaps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps()