Searched refs:p_outb_frame (Results 1 – 1 of 1) sorted by relevance
489 unsigned int cur_obf, struct mvumi_rsp_frame *p_outb_frame) in mvumi_check_ob_frame() argument494 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size; in mvumi_check_ob_frame()495 request_id = p_outb_frame->request_id; in mvumi_check_ob_frame()496 tag = p_outb_frame->tag; in mvumi_check_ob_frame()557 struct mvumi_rsp_frame *p_outb_frame; in mvumi_receive_ob_list_entry() local570 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size; in mvumi_receive_ob_list_entry()575 if (unlikely(p_outb_frame->tag > mhba->tag_pool.size || in mvumi_receive_ob_list_entry()576 mhba->tag_cmd[p_outb_frame->tag] == NULL || in mvumi_receive_ob_list_entry()577 p_outb_frame->request_id != in mvumi_receive_ob_list_entry()578 mhba->tag_cmd[p_outb_frame->tag]->request_id)) in mvumi_receive_ob_list_entry()[all …]