Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 25 of 25) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_uuid.c14 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 Deal_common_trace_utils.c84 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 Deal_trace.h59 rte_uuid_t uuid; member
H A Deal_common_trace.c355 rte_uuid_copy(header->stream_header.uuid, trace->uuid); in __rte_trace_mem_per_thread_alloc()
H A Deal_common_trace_ctf.c121 rte_uuid_unparse(trace->uuid, uustr, RTE_UUID_STRLEN); in meta_header_emit()
/dpdk/drivers/raw/ifpga/base/
H A Difpga_feature_dev.c69 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 Dopae_hw_api.h58 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 Difpga_feature_dev.h105 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 Dopae_hw_api.c200 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 Difpga_api.c14 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 Difpga_hw.h77 struct uuid bitstream_id;
112 struct uuid afu_id; /* provied by User AFU feature */
H A Dopae_osdep.h27 struct uuid { struct
H A Difpga_defines.h121 struct uuid guid;
125 struct uuid guid;
136 struct uuid guid;
/dpdk/drivers/bus/ifpga/
H A Difpga_common.c82 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 Difpga_bus.c143 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 Drte_bus_ifpga.h49 struct rte_afu_uuid uuid; member
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_ethdev.c307 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 Difpga_rawdev.c876 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 Drte_pmd_ifpga.c168 struct uuid pr_id; in get_common_property()
231 struct uuid afu_id; in get_port_property()
/dpdk/lib/eal/linux/
H A Deal.c533 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 Drte_trace_point.h284 rte_uuid_t uuid; member
/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst43 * ``--vfio-vf-token <uuid>``
H A Dlinux_drivers.rst204 #. Generate the VF token by uuid command
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst314 | rte_uuid_t uuid |
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h2550 uint8_t uuid[OEM_I2C_UUID_STR_LEN]; member