Searched refs:p_req_elems (Results 1 – 3 of 3) sorted by relevance
1399 ref->p_req_elems = ctrl->new_elems; in new_to_req()1400 ptr_to_ptr(ctrl, ctrl->p_new, ref->p_req, ref->p_req_elems); in new_to_req()1416 ref->p_req_elems = ctrl->elems; in cur_to_req()1453 ref->p_req_elems != ctrl->p_array_alloc_elems) in req_to_new()1463 if (ref->p_req_elems > ctrl->p_array_alloc_elems) { in req_to_new()1464 unsigned int sz = ref->p_req_elems * ctrl->elem_size; in req_to_new()1475 ctrl->p_array_alloc_elems = ref->p_req_elems; in req_to_new()1479 ctrl->new_elems = ref->p_req_elems; in req_to_new()
271 tot_size *= ref->p_req_elems; in prepare_ext_ctrls()
359 u32 p_req_elems; member