Searched refs:p_req_elems (Results 1 – 3 of 3) sorted by relevance
1148 ref->p_req_elems = ctrl->new_elems; in new_to_req()1149 ptr_to_ptr(ctrl, ctrl->p_new, ref->p_req, ref->p_req_elems); in new_to_req()1165 ref->p_req_elems = ctrl->elems; in cur_to_req()1202 ref->p_req_elems != ctrl->p_array_alloc_elems) in req_to_new()1212 if (ref->p_req_elems > ctrl->p_array_alloc_elems) { in req_to_new()1213 unsigned int sz = ref->p_req_elems * ctrl->elem_size; in req_to_new()1224 ctrl->p_array_alloc_elems = ref->p_req_elems; in req_to_new()1228 ctrl->new_elems = ref->p_req_elems; in req_to_new()
270 tot_size *= ref->p_req_elems; in prepare_ext_ctrls()
351 u32 p_req_elems; member