Home
last modified time | relevance | path

Searched refs:dest_list (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1380 dest_list = kcalloc(num_dest, sizeof(*dest_list), GFP_KERNEL); in mlx5hws_action_create_dest_array()
1381 if (!dest_list) in mlx5hws_action_create_dest_array()
1390 dest_list[i].destination_type = in mlx5hws_action_create_dest_array()
1406 dest_list[i].ext_flags |= in mlx5hws_action_create_dest_array()
1408 dest_list[i].esw_owner_vhca_id = in mlx5hws_action_create_dest_array()
1424 fte_attr.dests = dest_list; in mlx5hws_action_create_dest_array()
1440 action->dest_array.dest_list = dest_list; in mlx5hws_action_create_dest_array()
1450 if (dest_list[i].ext_reformat_id) in mlx5hws_action_create_dest_array()
1452 dest_list[i].ext_reformat_id); in mlx5hws_action_create_dest_array()
1454 kfree(dest_list); in mlx5hws_action_create_dest_array()
[all …]
H A Daction.h166 struct mlx5hws_cmd_set_fte_dest *dest_list; member
/linux-6.15/sound/core/seq/
H A Dseq_ports.c205 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()
H A Dseq_ports.h32 struct list_head dest_list; /* link of destinations */ member
H A Dseq_clientmgr.c2067 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_ioctl_query_subs()
2647 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_info_dump_subscribers()
/linux-6.15/drivers/target/
H A Dtarget_core_pr.c40 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()