Home
last modified time | relevance | path

Searched refs:MRSAS_TRUE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2378 if (cmd->sync_cmd == MRSAS_TRUE) { in mrsas_isr()
2520 if (cmd->sync_cmd == MRSAS_TRUE) { in push_pending_mfi_pkt()
2594 if (cmd->sync_cmd == MRSAS_TRUE) { in mrsas_print_pending_cmds()
2672 if (cmd->sync_cmd == MRSAS_TRUE) { in mrsas_complete_pending_cmds()
2836 if (cmd->sync_cmd == MRSAS_TRUE) { in mrsas_issue_pending_cmds()
4031 cmd->sync_cmd = MRSAS_TRUE; in get_seq_num()
4486 if (cmd->sync_cmd == MRSAS_TRUE) { in mrsas_softintr()
5455 cmd->sync_cmd = MRSAS_TRUE; in issue_mfi_pthru()
5618 cmd->sync_cmd = MRSAS_TRUE; in issue_mfi_dcmd()
5858 cmd->sync_cmd = MRSAS_TRUE; in issue_mfi_smp()
[all …]
H A Dmr_sas_tbolt.c1980 cmd->sync_cmd = MRSAS_TRUE; in tbolt_issue_cmd_in_sync_mode()
2591 if (cmd->sync_cmd == MRSAS_TRUE) { in tbolt_complete_cmd()
2682 if (cmd->sync_cmd == MRSAS_TRUE) { in mr_sas_tbolt_process_outstanding_cmd()
3660 cmd->sync_cmd = MRSAS_TRUE; in mrsas_tbolt_get_pd_info()
H A Dmr_sas.h68 #define MRSAS_TRUE 1 macro