| /linux-6.15/sound/virtio/ |
| H A D | virtio_ctl_msg.c | 261 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id, in virtsnd_ctl_query_info() argument 275 query->start_id = cpu_to_le32(start_id); in virtsnd_ctl_query_info()
|
| H A D | virtio_ctl_msg.h | 73 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | bpf.h | 482 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id); 483 LIBBPF_API int bpf_map_get_next_id(__u32 start_id, __u32 *next_id); 484 LIBBPF_API int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id); 485 LIBBPF_API int bpf_link_get_next_id(__u32 start_id, __u32 *next_id);
|
| H A D | btf.c | 103 int start_id; member 605 for (i = btf->start_id; i < n; i++) { in btf_sanity_check() 616 return btf->start_id + btf->nr_types; in btf__type_cnt() 629 if (type_id < btf->start_id) in btf_type_by_id() 923 for (i = start_id; i < nr_types; i++) { in btf_find_by_name_kind() 990 btf->start_id = 1; in btf_new_empty() 998 btf->start_id = btf__type_cnt(base_btf); in btf_new_empty() 1043 btf->start_id = 1; in btf_new() 1049 btf->start_id = btf__type_cnt(base_btf); in btf_new() 1799 return btf->start_id + btf->nr_types - 1; in btf_commit_type() [all …]
|
| H A D | bpf.c | 1015 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id() argument 1022 attr.start_id = start_id; in bpf_obj_get_next_id() 1031 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() argument 1033 return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID); in bpf_prog_get_next_id() 1036 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() argument 1038 return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID); in bpf_map_get_next_id() 1041 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id() argument 1043 return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID); in bpf_btf_get_next_id() 1046 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id() argument 1048 return bpf_obj_get_next_id(start_id, next_id, BPF_LINK_GET_NEXT_ID); in bpf_link_get_next_id()
|
| H A D | linker.c | 2413 int i, j, n, start_id, id, err; in linker_append_btf() local 2419 start_id = btf__type_cnt(linker->btf); in linker_append_btf() 2482 for (i = start_id; i < n; i++) { in linker_append_btf()
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | netdev_rx.c | 478 void *hfi1_netdev_get_first_data(struct hfi1_devdata *dd, int *start_id) in hfi1_netdev_get_first_data() argument 481 unsigned long index = *start_id; in hfi1_netdev_get_first_data() 485 *start_id = (int)index; in hfi1_netdev_get_first_data()
|
| H A D | netdev.h | 100 void *hfi1_netdev_get_first_data(struct hfi1_devdata *dd, int *start_id);
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dedup_split.c | 332 static void btf_add_dup_struct_in_cu(struct btf *btf, int start_id) in btf_add_dup_struct_in_cu() argument 334 #define ID(n) (start_id + n) in btf_add_dup_struct_in_cu()
|
| /linux-6.15/drivers/soc/hisilicon/ |
| H A D | kunpeng_hccs.c | 579 u8 start_id; in hccs_get_all_port_attr() local 585 start_id = die->min_port_id; in hccs_get_all_port_attr() 586 while (start_id <= die->max_port_id) { in hccs_get_all_port_attr() 589 req_head->start_id = start_id; in hccs_get_all_port_attr() 599 start_id, die->die_id, ret); in hccs_get_all_port_attr() 605 if (unlikely(rsp_head.next_id <= start_id)) { in hccs_get_all_port_attr() 608 rsp_head.next_id, start_id, die->die_id); in hccs_get_all_port_attr() 611 start_id = rsp_head.next_id; in hccs_get_all_port_attr()
|
| H A D | kunpeng_hccs.h | 178 u8 start_id; member
|
| /linux-6.15/drivers/message/fusion/ |
| H A D | mptsas.h | 186 u8 start_id; /* starting logical target id */ member
|
| /linux-6.15/drivers/net/ethernet/google/gve/ |
| H A D | gve_adminq.c | 707 int gve_adminq_create_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues) in gve_adminq_create_tx_queues() argument 712 for (i = start_id; i < start_id + num_queues; i++) { in gve_adminq_create_tx_queues() 818 int gve_adminq_destroy_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues) in gve_adminq_destroy_tx_queues() argument 823 for (i = start_id; i < start_id + num_queues; i++) { in gve_adminq_destroy_tx_queues()
|
| H A D | gve_adminq.h | 606 int gve_adminq_create_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues); 607 int gve_adminq_destroy_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues);
|
| H A D | gve_main.c | 898 int start_id = gve_xdp_tx_start_queue_id(priv); in init_xdp_sync_stats() local 902 for (i = start_id; i < start_id + priv->tx_cfg.num_xdp_queues; i++) { in init_xdp_sync_stats()
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_hw_data.c | 338 unsigned int ae_mask, start_id, worker_obj_cnt, i; in adf_gen4_get_ring_to_svc_map() local 355 start_id = worker_obj_cnt - RP_GROUP_COUNT; in adf_gen4_get_ring_to_svc_map() 357 for (i = start_id; i < worker_obj_cnt; i++) { in adf_gen4_get_ring_to_svc_map()
|
| /linux-6.15/sound/hda/ |
| H A D | hdac_device.c | 358 hda_nid_t *start_id) in snd_hdac_get_sub_nodes() argument 364 *start_id = 0; in snd_hdac_get_sub_nodes() 367 *start_id = (parm >> 16) & 0x7fff; in snd_hdac_get_sub_nodes()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | virtio_snd.h | 113 __le32 start_id; member
|
| H A D | bpf.h | 1647 __u32 start_id; member
|
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 849 while (type_id < btf->start_id) in btf_type_by_id() 852 type_id -= btf->start_id; in btf_type_by_id() 1778 btf->start_id = btf_nr_types(base_btf); in btf_set_base_btf() 1853 if (type_id < env->btf->start_id) in env_type_is_resolved() 1868 if (type_id < btf->start_id in env_stack_push() 2012 while (type_id < btf->start_id) in btf_resolved_type_id() 2028 while (type_id < btf->start_id) in btf_resolved_type_size() 5346 type_id = btf->start_id + i; in btf_check_all_types() 5696 int i, n, good_id = start_id - 1; in btf_check_type_tags() 5700 for (i = start_id; i < n; i++) { in btf_check_type_tags() [all …]
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | btf.c | 455 int start_id = 1; in dump_btf_raw() local 459 start_id = btf__type_cnt(base); in dump_btf_raw() 461 for (i = start_id; i < cnt; i++) { in dump_btf_raw()
|
| /linux-6.15/include/sound/ |
| H A D | hdaudio.h | 142 hda_nid_t *start_id);
|
| /linux-6.15/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 2099 int start_id, entry_fn_t fn, void *opaque) in scan_its_table() argument 2103 int id = start_id; in scan_its_table()
|
| /linux-6.15/drivers/scsi/qedi/ |
| H A D | qedi_main.c | 534 u16 start_id, u16 next) in qedi_init_id_tbl() argument 536 id_tbl->start = start_id; in qedi_init_id_tbl()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1647 __u32 start_id; member
|