Lines Matching refs:ioc_guid
207 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || in srp_target_is_topspin()
208 !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 (unsigned long long) be64_to_cpu(target->ioc_guid)); in srp_send_req()
2571 (unsigned long long) be64_to_cpu(target->ioc_guid)); in show_ioc_guid()
2695 static DEVICE_ATTR(ioc_guid, S_IRUGO, show_ioc_guid, NULL);
2784 memcpy(ids.port_id + 8, &target->ioc_guid, 8); in srp_add_target()
2856 target->ioc_guid == t->ioc_guid && in srp_conn_unique()
2959 target->ioc_guid = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
3190 be64_to_cpu(target->ioc_guid), in srp_create_target()
3297 be64_to_cpu(target->ioc_guid), in srp_create_target()