Searched refs:guid_id (Results 1 – 2 of 2) sorted by relevance
425 struct srpt_port_id *guid_id; member
2314 if (sport->guid_id) { in srpt_cm_req_recv()2315 mutex_lock(&sport->guid_id->mutex); in srpt_cm_req_recv()2316 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv()2323 mutex_unlock(&sport->guid_id->mutex); in srpt_cm_req_recv()3010 sport, &sport->guid_id}; in __srpt_lookup_port()3317 if (sport->guid_id && &sport->guid_id->wwn == wwn) in srpt_wwn_to_sport_id()3318 return sport->guid_id; in srpt_wwn_to_sport_id()3824 memcpy(port_id->name, port_id == sport->guid_id ? sport->guid_name : in srpt_make_tport()3841 if (sport->guid_id == port_id) in srpt_drop_tport()3842 sport->guid_id = NULL; in srpt_drop_tport()