Lines Matching defs:outstanding
2178 * megasas_complete_outstanding_ioctls - Complete outstanding ioctls after a
2190 /* Find all outstanding ioctls */
2242 /* Complete outstanding ioctls when adapter is killed */
2738 * megasas_wait_for_outstanding - Wait for all outstanding cmds
2742 * complete all its outstanding commands. Returns error if one or more IOs
2747 int i, sl, outstanding;
2816 outstanding = atomic_read(&instance->fw_outstanding);
2818 if (!outstanding)
2823 "commands to complete\n",i,outstanding);
2835 outstanding = atomic_read(&instance->fw_outstanding);
2838 if ((!outstanding && (fw_state == MFI_STATE_OPERATIONAL)))
2846 "%s:%d waiting_for_outstanding: before issue OCR. FW state = 0x%x, outstanding 0x%x\n",
2863 outstanding = atomic_read(&instance->fw_outstanding);
2866 if ((!outstanding && (fw_state == MFI_STATE_OPERATIONAL)))
3070 "SCSI host state: %d SCSI host busy: %d FW outstanding: %d\n",