Searched refs:p_outb_frame (Results 1 – 1 of 1) sorted by relevance
478 unsigned int cur_obf, struct mvumi_rsp_frame *p_outb_frame) in mvumi_check_ob_frame() argument483 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size; in mvumi_check_ob_frame()484 request_id = p_outb_frame->request_id; in mvumi_check_ob_frame()485 tag = p_outb_frame->tag; in mvumi_check_ob_frame()546 struct mvumi_rsp_frame *p_outb_frame; in mvumi_receive_ob_list_entry() local559 p_outb_frame = mhba->ob_list + cur_obf * mhba->ob_max_size; in mvumi_receive_ob_list_entry()564 if (unlikely(p_outb_frame->tag > mhba->tag_pool.size || in mvumi_receive_ob_list_entry()565 mhba->tag_cmd[p_outb_frame->tag] == NULL || in mvumi_receive_ob_list_entry()566 p_outb_frame->request_id != in mvumi_receive_ob_list_entry()567 mhba->tag_cmd[p_outb_frame->tag]->request_id)) in mvumi_receive_ob_list_entry()[all …]