Lines Matching full:fec
460 /* Disable fault handling if no FEC is requested */ in __fbnic_mac_cmd_config_asic()
461 if ((fbn->fec & FBNIC_FEC_MODE_MASK) == FBNIC_FEC_OFF) in __fbnic_mac_cmd_config_asic()
485 switch (fbn->fec & FBNIC_FEC_MODE_MASK) { in fbnic_mac_get_pcs_link_status()
503 switch (fbn->fec & FBNIC_FEC_MODE_MASK) { in fbnic_mac_get_pcs_link_status()
553 u8 fec = fbn->fec; in fbnic_pcs_get_fw_settings() local
555 /* Update FEC first to reflect FW current mode */ in fbnic_pcs_get_fw_settings()
556 if (fbn->fec & FBNIC_FEC_AUTO) { in fbnic_pcs_get_fw_settings()
559 fec = FBNIC_FEC_OFF; in fbnic_pcs_get_fw_settings()
562 fec = FBNIC_FEC_RS; in fbnic_pcs_get_fw_settings()
565 fec = FBNIC_FEC_BASER; in fbnic_pcs_get_fw_settings()
571 fbn->fec = fec; in fbnic_pcs_get_fw_settings()
585 fec = FBNIC_FEC_RS; in fbnic_pcs_get_fw_settings()
589 fec = FBNIC_FEC_RS; in fbnic_pcs_get_fw_settings()