Searched refs:p_outb_frame (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dmvumi.c463 unsigned int cur_obf, struct mvumi_rsp_frame *p_outb_frame)
468 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size;
469 request_id = p_outb_frame->request_id;
470 tag = p_outb_frame->tag;
531 struct mvumi_rsp_frame *p_outb_frame; local
544 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size;
549 if (unlikely(p_outb_frame->tag > mhba->tag_pool.size ||
550 mhba->tag_cmd[p_outb_frame->tag] == NULL ||
551 p_outb_frame->request_id !=
552 mhba->tag_cmd[p_outb_frame
462 mvumi_check_ob_frame(struct mvumi_hba *mhba, unsigned int cur_obf, struct mvumi_rsp_frame *p_outb_frame) argument
[all...]

Completed in 215 milliseconds