Searched refs:ioc_guid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 211 __be64 ioc_guid; member
|
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() 2873 return sprintf(buf, "0x%016llx\n", be64_to_cpu(target->ioc_guid)); in show_ioc_guid() 3006 static DEVICE_ATTR(ioc_guid, S_IRUGO, show_ioc_guid, NULL); 3098 memcpy(ids.port_id + 8, &target->ioc_guid, 8); in srp_add_target() 3170 target->ioc_guid == t->ioc_guid in srp_conn_unique() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 219 __be64 ioc_guid; member
|
H A D | ib_srp.c | 217 (!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() 2877 return sysfs_emit(buf, "0x%016llx\n", be64_to_cpu(target->ioc_guid)); in ioc_guid_show() 2880 static DEVICE_ATTR_RO(ioc_guid); 3121 memcpy(ids.port_id + 8, &target->ioc_guid, 8); in srp_add_target() 3198 target->ioc_guid == t->ioc_guid in srp_conn_unique() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 89 "Using this value for ioc_guid, id_ext, and cm_listen_id instead of using the node_guid of the first HCA."); 371 * @ioc_guid: I/O controller GUID to use in reply. 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() 3183 pr_debug("Target login info: id_ext=%016llx,ioc_guid=%016llx,pkey=ffff,service_id=%016llx\n", in srpt_add_one()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 93 "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, in srpt_get_svc_entries() argument 391 WARN_ON(!ioc_guid); in srpt_get_svc_entries() 407 svc_entries->service_entries[0].id = cpu_to_be64(ioc_guid); in srpt_get_svc_entries() 412 ioc_guid); in srpt_get_svc_entries() 3192 pr_debug("Target login info: id_ext=%016llx,ioc_guid=%016llx,pkey=ffff,service_id=%016llx\n", in srpt_add_one()
|
Completed in 23 milliseconds