Searched refs:rte_uuid_t (Results 1 – 17 of 17) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_uuid.h | 24 typedef unsigned char rte_uuid_t[16]; typedef 48 bool rte_uuid_is_null(const rte_uuid_t uu); 58 static inline void rte_uuid_copy(rte_uuid_t dst, const rte_uuid_t src) in rte_uuid_copy() 60 memcpy(dst, src, sizeof(rte_uuid_t)); in rte_uuid_copy() 74 int rte_uuid_compare(const rte_uuid_t a, const rte_uuid_t b); 86 int rte_uuid_parse(const char *in, rte_uuid_t uu); 99 void rte_uuid_unparse(const rte_uuid_t uu, char *out, size_t len);
|
| H A D | rte_eal.h | 451 void rte_eal_vfio_get_vf_token(rte_uuid_t vf_token);
|
| H A D | rte_trace_point.h | 284 rte_uuid_t uuid;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_uuid.c | 22 static void uuid_pack(const struct uuid *uu, rte_uuid_t ptr) in uuid_pack() 54 static void uuid_unpack(const rte_uuid_t in, struct uuid *uu) in uuid_unpack() 80 bool rte_uuid_is_null(const rte_uuid_t uu) in rte_uuid_is_null() 94 int rte_uuid_compare(const rte_uuid_t uu1, const rte_uuid_t uu2) in rte_uuid_compare() 113 int rte_uuid_parse(const char *in, rte_uuid_t uu) in rte_uuid_parse() 155 void rte_uuid_unparse(const rte_uuid_t uu, char *out, size_t len) in rte_uuid_unparse()
|
| H A D | eal_internal_cfg.h | 82 rte_uuid_t vfio_vf_token;
|
| H A D | eal_trace.h | 59 rte_uuid_t uuid;
|
| 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()
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | rte_bus_vmbus.h | 68 rte_uuid_t device_id; /**< VMBUS device id */ 69 rte_uuid_t class_id; /**< VMBUS device type */ 102 const rte_uuid_t *id_table; /**< ID table. */
|
| H A D | vmbus_common.c | 78 const rte_uuid_t *id_table; in vmbus_match() 196 rte_uuid_t guid; in vmbus_parse() 215 rte_uuid_t addr; in vmbus_devargs_lookup()
|
| H A D | rte_vmbus_reg.h | 325 rte_uuid_t chtype; 326 rte_uuid_t chinst;
|
| H A D | private.h | 46 rte_uuid_t id;
|
| /f-stack/dpdk/drivers/bus/vmbus/linux/ |
| H A D | vmbus_bus.c | 32 static const rte_uuid_t vmbus_nic_uuid = { 44 parse_sysfs_uuid(const char *filename, rte_uuid_t uu) in parse_sysfs_uuid()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 631 rte_uuid_t uuid; in eal_parse_vfio_vf_token() 1387 rte_eal_vfio_get_vf_token(rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token()
|
| H A D | eal_vfio.c | 696 rte_uuid_t vf_token; in rte_vfio_setup_device()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 987 rte_eal_vfio_get_vf_token(__rte_unused rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 314 | rte_uuid_t uuid |
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 1131 static const rte_uuid_t hn_net_ids[] = {
|