Searched refs:dest_list (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_action.c | 1360 struct mlx5hws_cmd_set_fte_dest *dest_list = NULL; in mlx5hws_action_create_dest_array() local 1381 dest_list = kcalloc(num_dest, sizeof(*dest_list), GFP_KERNEL); in mlx5hws_action_create_dest_array() 1382 if (!dest_list) in mlx5hws_action_create_dest_array() 1391 dest_list[i].destination_type = in mlx5hws_action_create_dest_array() 1393 dest_list[i].destination_id = dests[i].dest->dest_obj.obj_id; in mlx5hws_action_create_dest_array() 1403 dest_list[i].destination_type = MLX5_FLOW_DESTINATION_TYPE_VPORT; in mlx5hws_action_create_dest_array() 1404 dest_list[i].destination_id = dests[i].dest->vport.vport_num; in mlx5hws_action_create_dest_array() 1407 dest_list[i].ext_flags |= in mlx5hws_action_create_dest_array() 1409 dest_list[i].esw_owner_vhca_id = in mlx5hws_action_create_dest_array() 1425 fte_attr.dests = dest_list; in mlx5hws_action_create_dest_array() [all …]
|
D | mlx5hws_action.h | 166 struct mlx5hws_cmd_set_fte_dest *dest_list; member
|
/linux-6.12.1/sound/core/seq/ |
D | seq_ports.c | 205 return list_entry(p, struct snd_seq_subscribers, dest_list); in get_subscriber() 531 list_add_tail(&subs->dest_list, &grp->list_head); in check_and_subscribe_port() 549 list = is_src ? &subs->src_list : &subs->dest_list; in __delete_and_unsubscribe_port() 592 INIT_LIST_HEAD(&subs->dest_list); in snd_seq_port_connect() 634 list_for_each_entry(subs, &dest->list_head, dest_list) { in snd_seq_port_disconnect()
|
D | seq_ports.h | 32 struct list_head dest_list; /* link of destinations */ member
|
D | seq_clientmgr.c | 2021 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_ioctl_query_subs() 2593 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_info_dump_subscribers()
|
/linux-6.12.1/drivers/target/ |
D | target_core_pr.c | 40 struct list_head dest_list; member 1497 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port() 1519 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port() 1724 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port() 1760 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port() 1783 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port() 1789 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port() 1819 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port() 1830 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port()
|