Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/bus/vmbus/
H A Dvmbus_common.c95 char guid[RTE_UUID_STRLEN]; in vmbus_probe_one_driver() local
101 rte_uuid_unparse(dev->device_id, guid, sizeof(guid)); in vmbus_probe_one_driver()
103 guid, dev->device.numa_node); in vmbus_probe_one_driver()
118 guid); in vmbus_probe_one_driver()
199 rte_uuid_t guid; in vmbus_parse() local
202 ret = rte_uuid_parse(name, guid); in vmbus_parse()
204 memcpy(addr, &guid, sizeof(guid)); in vmbus_parse()
/dpdk/drivers/net/pcap/
H A Dpcap_osdep_windows.c42 const char *guid; in osdep_iface_index_get() local
46 guid = iface_guid(device_name); in osdep_iface_index_get()
47 if (guid != NULL) in osdep_iface_index_get()
49 L"\\DEVICE\\TCPIP_%S", guid); in osdep_iface_index_get()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c873 mlx5_get_device_guid(const struct rte_pci_addr *dev, uint8_t *guid, size_t len) in mlx5_get_device_guid() argument
882 if (guid == NULL || len < sizeof(u_int64_t) + 1) in mlx5_get_device_guid()
884 memset(guid, 0, len); in mlx5_get_device_guid()
907 ret = fscanf(id_file, "%16s", guid); in mlx5_get_device_guid()
H A Dmlx5_common_os.h300 mlx5_get_device_guid(const struct rte_pci_addr *dev, uint8_t *guid, size_t len);
/dpdk/drivers/raw/ifpga/base/
H A Difpga_feature_dev.c80 guidl = readq(&port_hdr->afu_header.guid.b[0]); in fpga_get_afu_uuid()
81 guidh = readq(&port_hdr->afu_header.guid.b[8]); in fpga_get_afu_uuid()
H A Difpga_defines.h121 struct uuid guid; member
125 struct uuid guid; member
136 struct uuid guid; member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1727 uint8_t guid[32] = {0}; in mlx5_device_bond_pci_match() local
1825 ret = mlx5_get_device_guid(&pci_addr, guid, sizeof(guid)); in mlx5_device_bond_pci_match()
1829 if (!memcmp(guid, cur_guid, sizeof(guid)) && in mlx5_device_bond_pci_match()