Searched refs:dest_array (Results 1 – 3 of 3) sorted by relevance
955 struct usb_string *dest_array = dest->strings; in ast_vhub_str_deep_copy() local958 if (src_array && dest_array) { in ast_vhub_str_deep_copy()960 *dest_array = *src_array; in ast_vhub_str_deep_copy()961 dest_array++; in ast_vhub_str_deep_copy()
1439 action->dest_array.fw_island = fw_island; in mlx5hws_action_create_dest_array()1440 action->dest_array.num_dest = num_dest; in mlx5hws_action_create_dest_array()1441 action->dest_array.dest_list = dest_list; in mlx5hws_action_create_dest_array()1908 mlx5hws_cmd_forward_tbl_destroy(action->ctx->mdev, action->dest_array.fw_island); in hws_action_destroy_hws()1909 for (i = 0; i < action->dest_array.num_dest; i++) { in hws_action_destroy_hws()1910 ext_reformat_id = action->dest_array.dest_list[i].ext_reformat_id; in hws_action_destroy_hws()1915 kfree(action->dest_array.dest_list); in hws_action_destroy_hws()
167 } dest_array; member