Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmvumi.c475 if (mhba->tag_cmd[tag] == NULL) { in mvumi_check_ob_frame()
482 mhba->tag_cmd[tag]->request_id); in mvumi_check_ob_frame()
550 mhba->tag_cmd[p_outb_frame->tag] == NULL || in mvumi_receive_ob_list_entry()
737 if (mhba->tag_cmd[cmd->frame->tag]) { in mvumi_issue_blocked_cmd()
738 mhba->tag_cmd[cmd->frame->tag] = NULL; in mvumi_issue_blocked_cmd()
1024 mhba->tag_cmd = virmem; in mvumi_init_data()
1777 cmd = mhba->tag_cmd[ob_frame->tag]; in mvumi_handle_clob()
1780 mhba->tag_cmd[ob_frame->tag] = NULL; in mvumi_handle_clob()
1843 mhba->tag_cmd[cmd->frame->tag] = cmd; in mvumi_send_command()
2121 if (mhba->tag_cmd[cmd->frame->tag]) { in mvumi_timed_out()
[all …]
H A Dmvumi.h544 struct mvumi_cmd **tag_cmd; member