Searched refs:dest_array (Results 1 – 3 of 3) sorted by relevance
956 struct usb_string *dest_array = dest->strings; in ast_vhub_str_deep_copy() local959 if (src_array && dest_array) { in ast_vhub_str_deep_copy()961 *dest_array = *src_array; in ast_vhub_str_deep_copy()962 dest_array++; in ast_vhub_str_deep_copy()
1438 action->dest_array.fw_island = fw_island; in mlx5hws_action_create_dest_array()1439 action->dest_array.num_dest = num_dest; in mlx5hws_action_create_dest_array()1440 action->dest_array.dest_list = dest_list; in mlx5hws_action_create_dest_array()1950 mlx5hws_cmd_forward_tbl_destroy(action->ctx->mdev, action->dest_array.fw_island); in hws_action_destroy_hws()1951 for (i = 0; i < action->dest_array.num_dest; i++) { in hws_action_destroy_hws()1952 ext_reformat_id = action->dest_array.dest_list[i].ext_reformat_id; in hws_action_destroy_hws()1957 kfree(action->dest_array.dest_list); in hws_action_destroy_hws()
167 } dest_array; member