Lines Matching defs:guid
53 static int read_peer_guid(u64 *guid, const struct sbp_management_request *req)
72 *guid = (u64)be32_to_cpu(high) << 32 | be32_to_cpu(low);
78 struct sbp_tpg *tpg, u64 guid)
86 if (sess->guid == guid)
182 u64 guid)
188 snprintf(guid_str, sizeof(guid_str), "%016llx", guid);
197 sess->guid = guid;
267 u64 guid;
283 ret = read_peer_guid(&guid, req);
294 unpacked_lun, guid);
296 sess = sbp_session_find_by_guid(tpg, guid);
363 sess = sbp_session_create(tpg, guid);
496 u64 guid;
499 ret = read_peer_guid(&guid, req);
509 pr_notice("mgt_agent RECONNECT from %016llx\n", guid);
523 if (login->sess->guid != guid) {
607 sess->guid);
622 pr_info("Reconnect timer expired for node: %016llx\n", sess->guid);
1868 data[idx++] = tport->guid >> 32;
1869 data[idx++] = tport->guid;
1925 u64 guid = 0;
1927 if (sbp_parse_wwn(name, &guid) < 0)
2029 u64 guid = 0;
2031 if (sbp_parse_wwn(name, &guid) < 0)
2038 tport->guid = guid;
2039 sbp_format_wwn(tport->tport_name, SBP_NAMELEN, guid);