Searched refs:p_req_elems (Results 1 – 3 of 3) sorted by relevance
1481 ref->p_req_elems = ctrl->new_elems; in new_to_req()1482 ptr_to_ptr(ctrl, ctrl->p_new, ref->p_req, ref->p_req_elems); in new_to_req()1498 ref->p_req_elems = ctrl->elems; in cur_to_req()1535 ref->p_req_elems != ctrl->p_array_alloc_elems) in req_to_new()1545 if (ref->p_req_elems > ctrl->p_array_alloc_elems) { in req_to_new()1546 unsigned int sz = ref->p_req_elems * ctrl->elem_size; in req_to_new()1557 ctrl->p_array_alloc_elems = ref->p_req_elems; in req_to_new()1561 ctrl->new_elems = ref->p_req_elems; in req_to_new()
296 tot_size *= ref->p_req_elems; in prepare_ext_ctrls()
375 u32 p_req_elems; member