Home
last modified time | relevance | path

Searched refs:tag_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dmvumi.c501 if (mhba->tag_cmd[tag] == NULL) { in mvumi_check_ob_frame()
504 } else if (mhba->tag_cmd[tag]->request_id != request_id && in mvumi_check_ob_frame()
508 mhba->tag_cmd[tag]->request_id); in mvumi_check_ob_frame()
576 mhba->tag_cmd[p_outb_frame->tag] == NULL || in mvumi_receive_ob_list_entry()
578 mhba->tag_cmd[p_outb_frame->tag]->request_id)) in mvumi_receive_ob_list_entry()
762 if (mhba->tag_cmd[cmd->frame->tag]) { in mvumi_issue_blocked_cmd()
763 mhba->tag_cmd[cmd->frame->tag] = 0; in mvumi_issue_blocked_cmd()
1050 mhba->tag_cmd = virmem; in mvumi_init_data()
1814 cmd = mhba->tag_cmd[ob_frame->tag]; in mvumi_handle_clob()
1817 mhba->tag_cmd[ob_frame->tag] = 0; in mvumi_handle_clob()
[all …]
Dmvumi.h551 struct mvumi_cmd **tag_cmd; member