Home
last modified time | relevance | path

Searched refs:gid_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/infiniband/ulp/srpt/
Dib_srpt.h427 struct srpt_port_id *gid_id; member
Dib_srpt.c2329 if (sport->gid_id) { in srpt_cm_req_recv()
2330 mutex_lock(&sport->gid_id->mutex); in srpt_cm_req_recv()
2331 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv()
2344 mutex_unlock(&sport->gid_id->mutex); in srpt_cm_req_recv()
3018 sport, &sport->gid_id}; in __srpt_lookup_port()
3317 if (sport->gid_id && &sport->gid_id->wwn == wwn) in srpt_wwn_to_sport_id()
3318 return sport->gid_id; in srpt_wwn_to_sport_id()
3818 else if (sport->gid_id == port_id) in srpt_drop_tport()
3819 sport->gid_id = NULL; in srpt_drop_tport()