Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmvumi.c490 if (mhba->tag_cmd[tag] == NULL) { in mvumi_check_ob_frame()
493 } else if (mhba->tag_cmd[tag]->request_id != request_id && in mvumi_check_ob_frame()
497 mhba->tag_cmd[tag]->request_id); in mvumi_check_ob_frame()
565 mhba->tag_cmd[p_outb_frame->tag] == NULL || in mvumi_receive_ob_list_entry()
567 mhba->tag_cmd[p_outb_frame->tag]->request_id)) in mvumi_receive_ob_list_entry()
751 if (mhba->tag_cmd[cmd->frame->tag]) { in mvumi_issue_blocked_cmd()
752 mhba->tag_cmd[cmd->frame->tag] = 0; in mvumi_issue_blocked_cmd()
1038 mhba->tag_cmd = virmem; in mvumi_init_data()
1791 cmd = mhba->tag_cmd[ob_frame->tag]; in mvumi_handle_clob()
1794 mhba->tag_cmd[ob_frame->tag] = 0; in mvumi_handle_clob()
[all …]
Dmvumi.h551 struct mvumi_cmd **tag_cmd; member