Lines Matching defs:fw_status
153 ioread8(&idev->dev_info_regs->fw_status);
290 u8 fw_status;
298 fw_status = ioread8(&idev->dev_info_regs->fw_status);
300 *status_ptr = fw_status;
303 * fw_status != 0xff (bad PCI read)
305 return (fw_status != 0xff) && (fw_status & IONIC_FW_STS_F_RUNNING);
321 u8 fw_status;
337 /* If fw_status is not ready don't bother with the generation */
338 if (!__ionic_is_fw_running(idev, &fw_status)) {
341 fw_generation = fw_status & IONIC_FW_STS_F_GENERATION;
355 * it is possible that we never saw the fw_status go to 0,
366 dev_dbg(ionic->dev, "fw_status 0x%02x ready %d idev->ready %d last_hb 0x%x state 0x%02lx\n",
367 fw_status, fw_status_ready, idev->fw_status_ready,
380 dev_info(ionic->dev, "FW stopped 0x%02x\n", fw_status);
385 dev_info(ionic->dev, "FW running 0x%02x\n", fw_status);
395 work->fw_status = fw_status_ready;