Lines Matching defs:fw_status
153 ioread8(&idev->dev_info_regs->fw_status);
478 u8 fw_status;
486 fw_status = ioread8(&idev->dev_info_regs->fw_status);
488 *status_ptr = fw_status;
491 * fw_status != 0xff (bad PCI read)
493 return (fw_status != 0xff) && (fw_status & IONIC_FW_STS_F_RUNNING);
509 u8 fw_status;
525 /* If fw_status is not ready don't bother with the generation */
526 if (!__ionic_is_fw_running(idev, &fw_status)) {
529 fw_generation = fw_status & IONIC_FW_STS_F_GENERATION;
543 * it is possible that we never saw the fw_status go to 0,
554 dev_dbg(ionic->dev, "fw_status 0x%02x ready %d idev->ready %d last_hb 0x%x state 0x%02lx\n",
555 fw_status, fw_status_ready, idev->fw_status_ready,
568 dev_info(ionic->dev, "FW stopped 0x%02x\n", fw_status);
573 dev_info(ionic->dev, "FW running 0x%02x\n", fw_status);
583 work->fw_status = fw_status_ready;