Searched refs:p_outb_frame (Results 1 – 1 of 1) sorted by relevance
463 unsigned int cur_obf, struct mvumi_rsp_frame *p_outb_frame) in mvumi_check_ob_frame() argument468 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size; in mvumi_check_ob_frame()469 request_id = p_outb_frame->request_id; in mvumi_check_ob_frame()470 tag = p_outb_frame->tag; in mvumi_check_ob_frame()531 struct mvumi_rsp_frame *p_outb_frame; in mvumi_receive_ob_list_entry() local544 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size; in mvumi_receive_ob_list_entry()549 if (unlikely(p_outb_frame->tag > mhba->tag_pool.size || in mvumi_receive_ob_list_entry()550 mhba->tag_cmd[p_outb_frame->tag] == NULL || in mvumi_receive_ob_list_entry()551 p_outb_frame->request_id != in mvumi_receive_ob_list_entry()552 mhba->tag_cmd[p_outb_frame->tag]->request_id)) in mvumi_receive_ob_list_entry()[all …]