Lines Matching defs:outstanding
2168 * megasas_complete_outstanding_ioctls - Complete outstanding ioctls after a
2180 /* Find all outstanding ioctls */
2232 /* Complete outstanding ioctls when adapter is killed */
2728 * megasas_wait_for_outstanding - Wait for all outstanding cmds
2732 * complete all its outstanding commands. Returns error if one or more IOs
2737 int i, sl, outstanding;
2806 outstanding = atomic_read(&instance->fw_outstanding);
2808 if (!outstanding)
2813 "commands to complete\n",i,outstanding);
2825 outstanding = atomic_read(&instance->fw_outstanding);
2828 if ((!outstanding && (fw_state == MFI_STATE_OPERATIONAL)))
2836 "%s:%d waiting_for_outstanding: before issue OCR. FW state = 0x%x, outstanding 0x%x\n",
2853 outstanding = atomic_read(&instance->fw_outstanding);
2856 if ((!outstanding && (fw_state == MFI_STATE_OPERATIONAL)))
3062 "SCSI host state: %d SCSI host busy: %d FW outstanding: %d\n",