Searched refs:add_hmc_obj (Results 1 – 1 of 1) sorted by relevance
135 struct i40iw_virtchnl_hmc_obj_range *add_hmc_obj; in vchnl_vf_send_add_hmc_objs_req() local140 add_hmc_obj = (struct i40iw_virtchnl_hmc_obj_range *)vchnl_msg->iw_chnl_buf; in vchnl_vf_send_add_hmc_objs_req()142 memset(add_hmc_obj, 0, sizeof(*add_hmc_obj)); in vchnl_vf_send_add_hmc_objs_req()147 add_hmc_obj->obj_type = (u16)rsrc_type; in vchnl_vf_send_add_hmc_objs_req()148 add_hmc_obj->start_index = start_index; in vchnl_vf_send_add_hmc_objs_req()149 add_hmc_obj->obj_count = rsrc_count; in vchnl_vf_send_add_hmc_objs_req()173 struct i40iw_virtchnl_hmc_obj_range *add_hmc_obj; in vchnl_vf_send_del_hmc_objs_req() local178 add_hmc_obj = (struct i40iw_virtchnl_hmc_obj_range *)vchnl_msg->iw_chnl_buf; in vchnl_vf_send_del_hmc_objs_req()180 memset(add_hmc_obj, 0, sizeof(*add_hmc_obj)); in vchnl_vf_send_del_hmc_objs_req()185 add_hmc_obj->obj_type = (u16)rsrc_type; in vchnl_vf_send_del_hmc_objs_req()[all …]