Home
last modified time | relevance | path

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

/drivers/infiniband/ulp/srpt/
Dib_srpt.h427 struct srpt_port_id *gid_id; member
Dib_srpt.c2330 if (sport->gid_id) { in srpt_cm_req_recv()
2331 mutex_lock(&sport->gid_id->mutex); in srpt_cm_req_recv()
2332 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv()
2345 mutex_unlock(&sport->gid_id->mutex); in srpt_cm_req_recv()
3020 sport, &sport->gid_id}; in __srpt_lookup_port()
3323 if (sport->gid_id && &sport->gid_id->wwn == wwn) in srpt_wwn_to_sport_id()
3324 return sport->gid_id; in srpt_wwn_to_sport_id()
3877 else if (sport->gid_id == port_id) in srpt_drop_tport()
3878 sport->gid_id = NULL; in srpt_drop_tport()