Searched refs:type_id (Results 51 - 75 of 80) sorted by relevance

1234

/linux-master/tools/perf/util/
H A Dbpf_counter.c89 t = btf__type_by_id(btf, func_info[0].type_id);
92 info_linear->info.btf_id, func_info[0].type_id);
H A Dbpf-event.c140 t = btf__type_by_id(btf, finfo->type_id);
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c300 event->freq, pd->rs->type_id,
/linux-master/drivers/rapidio/devices/
H A Dtsi721.h510 __le32 type_id; member in struct:tsi721_dma_desc
555 __le32 type_id; member in struct:tsi721_imsg_desc
583 __le32 type_id; member in struct:tsi721_omsg_desc
H A Dtsi721_dma.c120 bd_ptr[bd_num].type_id = cpu_to_le32(DTYPE3 << 29);
343 bd_ptr->type_id = cpu_to_le32((DTYPE1 << 29) |
368 bd_ptr->type_id |= cpu_to_le32(TSI721_DMAD_IOF);
H A Dtsi721.c132 bd_ptr[0].type_id = cpu_to_le32((DTYPE2 << 29) | (op << 19) | destid);
1500 bd_ptr[bd_num - 1].type_id = cpu_to_le32(DTYPE3 << 29);
1718 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid);
1722 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF);
2024 bd_ptr[entries].type_id = cpu_to_le32(DTYPE5 << 29);
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c241 /* a type_id of value -1 means that there is no type field */
242 if (info->type_id == (u8)-1)
267 return (value & mask) == (info->type_id & mask);
1343 /* a type_id of value -1 means that there is no type field */
1344 if (info->type_id == (u8)-1)
1723 if (kset->type_id == (u8)-1) /* No type field is needed */
1731 kset->type_id, 0xff);
1733 if (kset->type_id)
1756 if (aset->type_id == (u8)-1) /* No type field is needed */
1764 aset->type_id);
[all...]
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c6210 .type_id = UNCORE_SPR_UPI,
6223 .type_id = UNCORE_SPR_M3UPI,
6426 uncore_get_uncores(enum uncore_access_type type_id, int num_extra, argument
6433 start_types = types = intel_uncore_generic_init_uncores(type_id, num_extra);
6437 if ((*types)->type_id >= max_num_types)
6439 uncore_type_customized_copy(*types, uncores[(*types)->type_id]);
6449 uncore_find_type_by_id(struct intel_uncore_type **types, int type_id) argument
6452 if (type_id == (*types)->type_id)
6460 int type_id)
6459 uncore_type_max_boxes(struct intel_uncore_type **types, int type_id) argument
6513 spr_update_device_location(int type_id) argument
[all...]
H A Duncore.h57 int type_id; member in struct:intel_uncore_type
H A Duncore.c871 sprintf(pmu_name, "uncore_type_%u", type->type_id);
874 type->type_id, uncore_get_box_id(type, pmu));
/linux-master/include/uapi/linux/
H A Dbpf.h1470 __u32 btf_key_type_id; /* BTF type_id of the key */
1471 __u32 btf_value_type_id; /* BTF type_id of the value */
1472 __u32 btf_vmlinux_value_type_id;/* BTF type_id of a kernel-
4836 * using *ptr*->type_id. This value should specify the type
4872 * *ptr*->ptr, using *ptr*->type_id as per bpf_snprintf_btf().
7265 __u32 type_id; member in struct:bpf_func_info
7364 __u32 type_id; member in struct:btf_ptr
7411 * - type_id - BTF type ID of the "root" (containing) entity of a relocatable
7438 * type_id for all relocs in this example will capture BTF type id of
7454 __u32 type_id; member in struct:bpf_core_relo
[all...]
H A Dethtool.h256 __u32 type_id; member in struct:ethtool_tunable
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1470 __u32 btf_key_type_id; /* BTF type_id of the key */
1471 __u32 btf_value_type_id; /* BTF type_id of the value */
1472 __u32 btf_vmlinux_value_type_id;/* BTF type_id of a kernel-
4836 * using *ptr*->type_id. This value should specify the type
4872 * *ptr*->ptr, using *ptr*->type_id as per bpf_snprintf_btf().
7265 __u32 type_id; member in struct:bpf_func_info
7364 __u32 type_id; member in struct:btf_ptr
7411 * - type_id - BTF type ID of the "root" (containing) entity of a relocatable
7438 * type_id for all relocs in this example will capture BTF type id of
7454 __u32 type_id; member in struct:bpf_core_relo
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c443 mru->value = kinfo->type_id;
445 mru->value &= kinfo->type_id;
446 mru->mask |= kinfo->type_id;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c491 __u32 type_id; member in struct:bpf_struct_ops
593 __u32 type_id; member in struct:extern_desc::__anon170::__anon172
959 const struct btf_type **type, __u32 *type_id,
1014 *type_id = kern_type_id;
1109 pr_debug("struct_ops init_kern %s: type_id:%u kern_type_id:%u kern_vtype_id:%u\n",
1110 map->name, st_ops->type_id, kern_type_id, kern_vtype_id);
1281 __s32 type_id, datasec_id; local
1304 type_id = btf__resolve_type(obj->btf, vsi->type);
1305 if (type_id < 0) {
1306 pr_warn("struct_ops init: Cannot resolve var type_id
957 find_struct_ops_kern_types(struct bpf_object *obj, const char *tname_raw, struct module_btf **mod_btf, const struct btf_type **type, __u32 *type_id, const struct btf_type **vtype, __u32 *vtype_id, const struct btf_member **data_member) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A Dprog.c805 btf_dumper_type_only(btf, record->type_id,
2238 t = btf__type_by_id(btf, func_info.type_id);
2241 info.btf_id, func_info.type_id);
H A Dcommon.c366 func_type = btf__type_by_id(prog_btf, finfo.type_id);
/linux-master/drivers/media/pci/cx88/
H A Dcx88.h514 enum cx88_board_type type_id; member in struct:cx8802_driver
H A Dcx88-blackbird.c1232 .type_id = CX88_MPEG_BLACKBIRD,
/linux-master/drivers/net/ipa/
H A Dgsi.c205 static void gsi_irq_type_enable(struct gsi *gsi, enum gsi_irq_type_id type_id) argument
207 gsi_irq_type_update(gsi, gsi->type_enabled_bitmap | type_id);
210 static void gsi_irq_type_disable(struct gsi *gsi, enum gsi_irq_type_id type_id) argument
212 gsi_irq_type_update(gsi, gsi->type_enabled_bitmap & ~type_id);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c888 TYPE_ID_CASE(type_id, setup_type_id_case_success),
H A Dbtf.c374 .err_str = "Invalid type_id",
744 .err_str = "Invalid type_id",
768 .err_str = "Invalid type_id",
791 .err_str = "Invalid type_id",
812 .err_str = "Invalid type_id",
819 /* PTR type_id=3 */ /* [2] */
834 .err_str = "Invalid type_id",
844 BTF_MEMBER_ENC(NAME_TBD, 3, 32),/* VAR type_id=3; */
1430 /* CONST type_id=3 */ /* [3] */
1432 /* PTR type_id
[all...]
/linux-master/net/tipc/
H A Dudp_media.c852 .type_id = TIPC_MEDIA_TYPE_UDP,
/linux-master/net/ethtool/
H A Dioctl.c2536 tuna->type_id != ETHTOOL_TUNABLE_U32)
2541 tuna->type_id != ETHTOOL_TUNABLE_U16)
2726 tuna->type_id != ETHTOOL_TUNABLE_U8)
2731 tuna->type_id != ETHTOOL_TUNABLE_U16)
/linux-master/net/ceph/
H A Dosdmap.c3091 u16 type_id; local
3099 id = get_immediate_parent(osdmap->crush, id, &type_id, &loc);
3104 return type_id;

Completed in 481 milliseconds

1234