Home
last modified time | relevance | path

Searched refs:ioc_guid (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.h219 __be64 ioc_guid; member
H A Dib_srp.c217 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || in srp_target_is_topspin()
218 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui)); in srp_target_is_topspin()
887 memcpy(tpi, &target->ioc_guid, 8); in srp_send_req()
893 memcpy(tpi + 8, &target->ioc_guid, 8); in srp_send_req()
905 be64_to_cpu(target->ioc_guid)); in srp_send_req()
2878 return sysfs_emit(buf, "0x%016llx\n", be64_to_cpu(target->ioc_guid)); in ioc_guid_show()
2881 static DEVICE_ATTR_RO(ioc_guid);
3122 memcpy(ids.port_id + 8, &target->ioc_guid, 8); in srp_add_target()
3199 target->ioc_guid == t->ioc_guid in srp_conn_unique()
[all...]
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp14 * ioc_guid, a 16-digit hexadecimal number specifying the eight
128 What: /sys/class/scsi_host/host<n>/ioc_guid
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c95 "Using this value for ioc_guid, id_ext, and cm_listen_id instead of using the node_guid of the first HCA.");
436 * @ioc_guid: I/O controller GUID to use in reply.
445 static void srpt_get_svc_entries(u64 ioc_guid, in srpt_get_svc_entries() argument
450 WARN_ON(!ioc_guid); in srpt_get_svc_entries()
466 svc_entries->service_entries[0].id = cpu_to_be64(ioc_guid); in srpt_get_svc_entries()
471 ioc_guid); in srpt_get_svc_entries()
3248 pr_debug("Target login info: id_ext=%016llx,ioc_guid=%016llx,pkey=ffff,service_id=%016llx\n", in srpt_add_one()