Home
last modified time | relevance | path

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

/trueos/sys/dev/mrsas/
HDmrsas_ioctl.c248 cmd->sync_cmd = 1; in mrsas_passthru()
250 cmd->sync_cmd = 0; in mrsas_passthru()
HDmrsas.c2921 if (cmd_mfi->sync_cmd && cmd_mfi->frame->hdr.cmd != MFI_CMD_ABORT) { in mrsas_complete_outstanding_ioctls()
3392 if (cmd->sync_cmd) { in mrsas_complete_mptmfi_passthru()
3393 cmd->sync_cmd = 0; in mrsas_complete_mptmfi_passthru()
3960 cmd->sync_cmd = 1; in mrsas_issue_blocked_abort_cmd()
3982 cmd->sync_cmd = 0; in mrsas_issue_blocked_abort_cmd()
3998 if (cmd->sync_cmd) { in mrsas_complete_abort()
3999 cmd->sync_cmd = 0; in mrsas_complete_abort()
HDmrsas.h1388 u_int8_t sync_cmd; member