Lines Matching refs:ioc_guid
205 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || in srp_target_is_topspin()
206 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui)); in srp_target_is_topspin()
763 memcpy(req->priv.target_port_id, &target->ioc_guid, 8); in srp_send_req()
771 memcpy(req->priv.target_port_id + 8, &target->ioc_guid, 8); in srp_send_req()
783 be64_to_cpu(target->ioc_guid)); in srp_send_req()
2628 return sprintf(buf, "0x%016llx\n", be64_to_cpu(target->ioc_guid)); in show_ioc_guid()
2751 static DEVICE_ATTR(ioc_guid, S_IRUGO, show_ioc_guid, NULL);
2839 memcpy(ids.port_id + 8, &target->ioc_guid, 8); in srp_add_target()
2911 target->ioc_guid == t->ioc_guid && in srp_conn_unique()
3014 target->ioc_guid = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
3241 be64_to_cpu(target->ioc_guid), in srp_create_target()
3348 be64_to_cpu(target->ioc_guid), in srp_create_target()