Lines Matching refs:fw_fec
4088 static inline enum cc_fec fwcap_to_cc_fec(fw_port_cap32_t fw_fec) in fwcap_to_cc_fec() argument
4092 if (fw_fec & FW_PORT_CAP32_FEC_RS) in fwcap_to_cc_fec()
4094 if (fw_fec & FW_PORT_CAP32_FEC_BASER_RS) in fwcap_to_cc_fec()
4103 fw_port_cap32_t fw_fec = 0; in cc_to_fwcap_fec() local
4106 fw_fec |= FW_PORT_CAP32_FEC_RS; in cc_to_fwcap_fec()
4108 fw_fec |= FW_PORT_CAP32_FEC_BASER_RS; in cc_to_fwcap_fec()
4110 return fw_fec; in cc_to_fwcap_fec()
4127 fw_port_cap32_t fw_fc, fw_fec, acaps; in t4_link_acaps() local
4149 fw_fec = cc_to_fwcap_fec(cc_fec); in t4_link_acaps()
4156 acaps = lc->acaps | fw_fc | fw_fec; in t4_link_acaps()
4160 acaps = lc->speed_caps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps()
4164 acaps = lc->acaps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps()