Searched refs:ioc_guid (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.h219 __be64 ioc_guid; member in struct:srp_target_port
H A Dib_srp.c217 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) ||
218 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui));
887 memcpy(tpi, &target->ioc_guid, 8);
893 memcpy(tpi + 8, &target->ioc_guid, 8);
905 be64_to_cpu(target->ioc_guid));
2877 return sysfs_emit(buf, "0x%016llx\n", be64_to_cpu(target->ioc_guid));
2880 static DEVICE_ATTR_RO(ioc_guid);
3121 memcpy(ids.port_id + 8, &target->ioc_guid, 8);
3198 target->ioc_guid == t->ioc_guid
[all...]
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c93 "Using this value for ioc_guid, id_ext, and cm_listen_id instead of using the node_guid of the first HCA.");
377 * @ioc_guid: I/O controller GUID to use in reply.
386 static void srpt_get_svc_entries(u64 ioc_guid, argument
391 WARN_ON(!ioc_guid);
407 svc_entries->service_entries[0].id = cpu_to_be64(ioc_guid);
412 ioc_guid);
3192 pr_debug("Target login info: id_ext=%016llx,ioc_guid=%016llx,pkey=ffff,service_id=%016llx\n",

Completed in 129 milliseconds