Home
last modified time | relevance | path

Searched refs:sync_cmd (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dmvumi.c588 if (atomic_read(&cmd->sync_cmd)) { in mvumi_issue_blocked_cmd()
591 atomic_read(&cmd->sync_cmd)); in mvumi_issue_blocked_cmd()
595 atomic_inc(&cmd->sync_cmd); in mvumi_issue_blocked_cmd()
605 if (atomic_read(&cmd->sync_cmd)) { in mvumi_issue_blocked_cmd()
607 atomic_dec(&cmd->sync_cmd); in mvumi_issue_blocked_cmd()
659 atomic_set(&cmd->sync_cmd, 0); in mvumi_flush_cache()
1173 if (atomic_read(&cmd->sync_cmd)) { in mvumi_complete_internal_cmd()
1182 atomic_dec(&cmd->sync_cmd); in mvumi_complete_internal_cmd()
1243 atomic_set(&cmd->sync_cmd, 0); in mvumi_get_event()
Dmvumi.h224 atomic_t sync_cmd; member
/linux-3.4.99/drivers/scsi/megaraid/
Dmegaraid_sas_base.c921 cmd->sync_cmd = 1; in megasas_issue_blocked_abort_cmd()
930 cmd->sync_cmd = 0; in megasas_issue_blocked_abort_cmd()
1395 if(cmd->sync_cmd == 1){ in megasas_dump_pending_frames()
1755 } else if (reset_cmd->sync_cmd) { in megasas_wait_for_outstanding()
2123 if (cmd->sync_cmd) { in megasas_complete_abort()
2124 cmd->sync_cmd = 0; in megasas_complete_abort()
2176 if (cmd->sync_cmd) { in megasas_complete_cmd()
2177 cmd->sync_cmd = 0; in megasas_complete_cmd()
2337 if (cmd->sync_cmd || cmd->scmd) { in megasas_issue_pending_cmds_again()
2340 cmd, cmd->scmd, cmd->sync_cmd); in megasas_issue_pending_cmds_again()
[all …]
Dmegaraid_sas.h1415 u8 sync_cmd; member
/linux-3.4.99/drivers/iommu/
Damd_iommu.c878 struct iommu_cmd sync_cmd; in iommu_queue_command_sync() local
882 build_completion_wait(&sync_cmd, (u64)&sem); in iommu_queue_command_sync()
883 copy_cmd_to_buffer(iommu, &sync_cmd, tail); in iommu_queue_command_sync()