| /dpdk/lib/eal/common/ |
| H A D | eal_common_uuid.c | 14 struct uuid { struct 96 struct uuid uuid1, uuid2; in rte_uuid_compare() 115 struct uuid uuid; in rte_uuid_parse() local 138 uuid.time_low = strtoul(in, NULL, 16); in rte_uuid_parse() 151 uuid_pack(&uuid, uu); in rte_uuid_parse() 157 struct uuid uuid; in rte_uuid_unparse() local 159 uuid_unpack(uu, &uuid); in rte_uuid_unparse() 163 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in rte_uuid_unparse() 164 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF, in rte_uuid_unparse() 165 uuid.node[0], uuid.node[1], uuid.node[2], in rte_uuid_unparse() [all …]
|
| H A D | eal_common_trace_utils.c | 84 rte_uuid_t uuid = RTE_UUID_INIT(sz_total, trace->nb_trace_points, in trace_uuid_generate() local 86 rte_uuid_copy(trace->uuid, uuid); in trace_uuid_generate()
|
| H A D | eal_trace.h | 59 rte_uuid_t uuid; member
|
| H A D | eal_common_trace.c | 355 rte_uuid_copy(header->stream_header.uuid, trace->uuid); in __rte_trace_mem_per_thread_alloc()
|
| H A D | eal_common_trace_ctf.c | 121 rte_uuid_unparse(trace->uuid, uustr, RTE_UUID_STRLEN); in meta_header_emit()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_feature_dev.c | 69 int fpga_get_afu_uuid(struct ifpga_port_hw *port, struct uuid *uuid) in fpga_get_afu_uuid() argument 74 if (!uuid) in fpga_get_afu_uuid() 84 opae_memcpy(uuid->b, &guidl, sizeof(u64)); in fpga_get_afu_uuid() 85 opae_memcpy(uuid->b + 8, &guidh, sizeof(u64)); in fpga_get_afu_uuid() 90 int fpga_get_pr_uuid(struct ifpga_fme_hw *fme, struct uuid *uuid) in fpga_get_pr_uuid() argument 95 if (!fme || !uuid) in fpga_get_pr_uuid() 105 opae_memcpy(uuid->b, &guidl, sizeof(u64)); in fpga_get_pr_uuid() 106 opae_memcpy(uuid->b + 8, &guidh, sizeof(u64)); in fpga_get_pr_uuid()
|
| H A D | opae_hw_api.h | 58 int (*get_uuid)(struct opae_manager *mgr, struct uuid *uuid); 180 struct uuid *uuid); 194 struct uuid *uuid); 364 int opae_mgr_get_uuid(struct opae_manager *mgr, struct uuid *uuid);
|
| H A D | ifpga_feature_dev.h | 105 int fpga_get_afu_uuid(struct ifpga_port_hw *port, struct uuid *uuid); 106 int fpga_get_pr_uuid(struct ifpga_fme_hw *fme, struct uuid *uuid);
|
| H A D | opae_hw_api.c | 200 struct uuid *uuid) in opae_acc_get_uuid() argument 202 if (!acc || !uuid) in opae_acc_get_uuid() 206 return acc->ops->get_uuid(acc, uuid); in opae_acc_get_uuid() 977 int opae_mgr_get_uuid(struct opae_manager *mgr, struct uuid *uuid) in opae_mgr_get_uuid() argument 979 if (!mgr || !uuid) in opae_mgr_get_uuid() 983 return mgr->ops->get_uuid(mgr, uuid); in opae_mgr_get_uuid()
|
| H A D | ifpga_api.c | 14 struct uuid *uuid) in ifpga_acc_get_uuid() argument 24 return fpga_get_afu_uuid(port, uuid); in ifpga_acc_get_uuid() 232 static int ifpga_mgr_get_uuid(struct opae_manager *mgr, struct uuid *uuid) in ifpga_mgr_get_uuid() argument 236 return fpga_get_pr_uuid(fme, uuid); in ifpga_mgr_get_uuid()
|
| H A D | ifpga_hw.h | 77 struct uuid bitstream_id; 112 struct uuid afu_id; /* provied by User AFU feature */
|
| H A D | opae_osdep.h | 27 struct uuid { struct
|
| H A D | ifpga_defines.h | 121 struct uuid guid; 125 struct uuid guid; 136 struct uuid guid;
|
| /dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_common.c | 82 if ((afu_id0->uuid.uuid_low == afu_id1->uuid.uuid_low) && in ifpga_afu_id_cmp() 83 (afu_id0->uuid.uuid_high == afu_id1->uuid.uuid_high) && in ifpga_afu_id_cmp()
|
| H A D | ifpga_bus.c | 143 afu_pr_conf.afu_id.uuid.uuid_low = 0; in ifpga_scan_one() 144 afu_pr_conf.afu_id.uuid.uuid_high = 0; in ifpga_scan_one() 158 afu_dev->id.uuid.uuid_low = 0; in ifpga_scan_one() 159 afu_dev->id.uuid.uuid_high = 0; in ifpga_scan_one() 186 afu_dev->id.uuid.uuid_low = afu_pr_conf.afu_id.uuid.uuid_low; in ifpga_scan_one() 187 afu_dev->id.uuid.uuid_high = afu_pr_conf.afu_id.uuid.uuid_high; in ifpga_scan_one() 274 if ((id_table->uuid_low != afu_dev->id.uuid.uuid_low) || in rte_afu_match() 276 afu_dev->id.uuid.uuid_high) in rte_afu_match()
|
| H A D | rte_bus_ifpga.h | 49 struct rte_afu_uuid uuid; member
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_ethdev.c | 307 hw->afu_id.uuid.uuid_low = afu_dev->id.uuid.uuid_low; in ipn3ke_hw_init() 308 hw->afu_id.uuid.uuid_high = afu_dev->id.uuid.uuid_high; in ipn3ke_hw_init() 331 if (afu_dev->id.uuid.uuid_low == IPN3KE_UUID_VBNG_LOW && in ipn3ke_hw_init() 332 afu_dev->id.uuid.uuid_high == IPN3KE_UUID_VBNG_HIGH) { in ipn3ke_hw_init() 407 if (afu_dev->id.uuid.uuid_low == IPN3KE_UUID_VBNG_LOW && in ipn3ke_hw_init() 408 afu_dev->id.uuid.uuid_high == IPN3KE_UUID_VBNG_HIGH) { in ipn3ke_hw_init()
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 876 struct uuid uuid; in ifpga_rawdev_pr() local 913 memset(&afu_pr_conf->afu_id.uuid.uuid_low, 0, sizeof(u64)); in ifpga_rawdev_pr() 914 memset(&afu_pr_conf->afu_id.uuid.uuid_high, 0, sizeof(u64)); in ifpga_rawdev_pr() 920 ret = opae_acc_get_uuid(acc, &uuid); in ifpga_rawdev_pr() 924 rte_memcpy(&afu_pr_conf->afu_id.uuid.uuid_low, uuid.b, in ifpga_rawdev_pr() 926 rte_memcpy(&afu_pr_conf->afu_id.uuid.uuid_high, uuid.b + 8, in ifpga_rawdev_pr() 931 (unsigned long)afu_pr_conf->afu_id.uuid.uuid_low, in ifpga_rawdev_pr() 932 (unsigned long)afu_pr_conf->afu_id.uuid.uuid_high); in ifpga_rawdev_pr()
|
| H A D | rte_pmd_ifpga.c | 168 struct uuid pr_id; in get_common_property() 231 struct uuid afu_id; in get_port_property()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 533 rte_uuid_t uuid; in eal_parse_vfio_vf_token() local 535 if (!rte_uuid_parse(vf_token, uuid)) { in eal_parse_vfio_vf_token() 536 rte_uuid_copy(cfg->vfio_vf_token, uuid); in eal_parse_vfio_vf_token()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_trace_point.h | 284 rte_uuid_t uuid; member
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 43 * ``--vfio-vf-token <uuid>``
|
| H A D | linux_drivers.rst | 204 #. Generate the VF token by uuid command
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 314 | rte_uuid_t uuid |
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 2550 uint8_t uuid[OEM_I2C_UUID_STR_LEN]; member
|