Searched refs:ioc_guid (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/efivar/ |
| H A D | 0004-Fix-another-error-of-Werror-address-of-packed-member.patch | 9 (efi_guid_t *)&dp->infiniband.ioc_guid); 50 - (efi_guid_t *)&dp->infiniband.ioc_guid); 51 + &dp->infiniband.ioc_guid);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 222 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || in srp_target_is_topspin() 223 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui)); in srp_target_is_topspin() 892 memcpy(tpi, &target->ioc_guid, 8); in srp_send_req() 898 memcpy(tpi + 8, &target->ioc_guid, 8); in srp_send_req() 910 be64_to_cpu(target->ioc_guid)); in srp_send_req() 2906 return sprintf(buf, "0x%016llx\n", be64_to_cpu(target->ioc_guid)); in show_ioc_guid() 3039 static DEVICE_ATTR(ioc_guid, S_IRUGO, show_ioc_guid, NULL); 3128 memcpy(ids.port_id + 8, &target->ioc_guid, 8); in srp_add_target() 3200 target->ioc_guid == t->ioc_guid && in srp_conn_unique() 3377 target->ioc_guid = cpu_to_be64(ull); in srp_parse_options() [all …]
|
| H A D | ib_srp.h | 210 __be64 ioc_guid; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-ib_srp | 14 * ioc_guid, a 16-digit hexadecimal number specifying the eight 128 What: /sys/class/scsi_host/host<n>/ioc_guid
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.c | 380 static void srpt_get_svc_entries(u64 ioc_guid, in srpt_get_svc_entries() argument 385 WARN_ON(!ioc_guid); in srpt_get_svc_entries() 401 svc_entries->service_entries[0].id = cpu_to_be64(ioc_guid); in srpt_get_svc_entries() 406 ioc_guid); in srpt_get_svc_entries()
|