Home
last modified time | relevance | path

Searched refs:start_id (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c478 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 Dnetdev.h100 void *hfi1_netdev_get_first_data(struct hfi1_devdata *dd, int *start_id);
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c332 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/sound/virtio/
H A Dvirtio_ctl_msg.h73 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c567 u8 start_id; in hccs_get_all_port_attr() local
573 start_id = die->min_port_id; in hccs_get_all_port_attr()
574 while (start_id <= die->max_port_id) { in hccs_get_all_port_attr()
577 req_head->start_id = start_id; in hccs_get_all_port_attr()
587 start_id, die->die_id, ret); in hccs_get_all_port_attr()
593 if (unlikely(rsp_head.next_id <= start_id)) { in hccs_get_all_port_attr()
596 rsp_head.next_id, start_id, die->die_id); in hccs_get_all_port_attr()
599 start_id = rsp_head.next_id; in hccs_get_all_port_attr()
H A Dkunpeng_hccs.h176 u8 start_id; member
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1267 __u32 start_id = 0, id; in sort_btf_by_name() local
1270 start_id = btf__type_cnt(btf__base_btf(btf)); in sort_btf_by_name()
1271 nr_types = btf__type_cnt(btf) - start_id; in sort_btf_by_name()
1285 for (i = 0, id = start_id; i < nr_types; i++, id++) in sort_btf_by_name()
1292 id = permute_ids[i] - start_id; in sort_btf_by_name()
1293 id_map[id] = i + start_id; in sort_btf_by_name()
/linux/drivers/message/fusion/
H A Dmptsas.h186 u8 start_id; /* starting logical target id */ member
H A Dmptsas.c1422 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h632 int gve_adminq_create_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues);
633 int gve_adminq_destroy_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues);
H A Dgve_main.c937 int start_id = gve_xdp_tx_start_queue_id(priv); in init_xdp_sync_stats() local
941 for (i = start_id; i < start_id + priv->tx_cfg.num_xdp_queues; i++) { in init_xdp_sync_stats()
/linux/include/uapi/linux/
H A Dvirtio_snd.h113 __le32 start_id; member
H A Dbpf.h408 * Looks for the eBPF program with an id greater than *start_id*
410 * remain with ids higher than *start_id*, returns -1 and sets
421 * Looks for the eBPF map with an id greater than *start_id*
423 * remain with ids higher than *start_id*, returns -1 and sets
636 * Looks for the BTF object with an id greater than *start_id*
638 * remain with ids higher than *start_id*, returns -1 and sets
821 * Looks for the eBPF link with an id greater than *start_id*
823 * remain with ids higher than *start_id*, returns -1 and sets
1707 __u32 start_id;
1681 __u32 start_id; global() member
/linux/kernel/bpf/
H A Dbtf.c276 u32 start_id; /* first type ID in this BTF (0 for base BTF) */ member
501 return btf->start_id + (btf->base_btf ? 0 : 1); in btf_start_id()
613 return base_btf->named_start_id ?: (base_btf->start_id ?: 1); in btf_named_start_id()
961 while (type_id < btf->start_id) in btf_type_by_id()
964 type_id -= btf->start_id; in btf_type_by_id()
1723 if (btf->start_id + btf->types_size == BTF_MAX_TYPE) { in btf_add_type()
1907 btf->start_id = btf_nr_types(base_btf); in btf_set_base_btf()
1982 if (type_id < env->btf->start_id) in env_type_is_resolved()
1985 return env->visit_states[type_id - env->btf->start_id] == RESOLVED; in env_type_is_resolved()
1997 if (type_id < btf->start_id in env_stack_push()
[all …]
H A Dsyscall.c4735 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
/linux/tools/bpf/bpftool/
H A Dbtf.c455 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/include/sound/
H A Dhdaudio.h142 hda_nid_t *start_id);
/linux/tools/lib/bpf/
H A Dlinker.c2415 int i, j, n, start_id, id, err; in linker_append_btf() local
2421 start_id = btf__type_cnt(linker->btf); in linker_append_btf()
2484 for (i = start_id; i < n; i++) { in linker_append_btf()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c2068 int start_id, entry_fn_t fn, void *opaque) in scan_its_table() argument
2072 int id = start_id; in scan_its_table()
/linux/drivers/scsi/qedi/
H A Dqedi_main.c533 u16 start_id, u16 next) in qedi_init_id_tbl() argument
535 id_tbl->start = start_id; in qedi_init_id_tbl()
/linux/tools/include/uapi/linux/
H A Dbpf.h408 * Looks for the eBPF program with an id greater than *start_id*
410 * remain with ids higher than *start_id*, returns -1 and sets
421 * Looks for the eBPF map with an id greater than *start_id*
423 * remain with ids higher than *start_id*, returns -1 and sets
636 * Looks for the BTF object with an id greater than *start_id*
638 * remain with ids higher than *start_id*, returns -1 and sets
821 * Looks for the eBPF link with an id greater than *start_id*
823 * remain with ids higher than *start_id*, returns -1 and sets
1707 __u32 start_id;
1681 __u32 start_id; global() member
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c657 static int cnic_init_id_tbl(struct cnic_id_tbl *id_tbl, u32 size, u32 start_id, in cnic_init_id_tbl() argument
660 id_tbl->start = start_id; in cnic_init_id_tbl()