Searched refs:stpg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.c | 2157 struct srpt_tpg *stpg; in srpt_cm_req_recv() local 2314 list_for_each_entry(stpg, &sport->port_guid_id.tpg_list, entry) { in srpt_cm_req_recv() 2317 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 2324 list_for_each_entry(stpg, &sport->port_gid_id.tpg_list, entry) { in srpt_cm_req_recv() 2327 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 2333 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 3294 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local 3296 return stpg->sport_id->name; in srpt_get_fabric_wwn() 3753 struct srpt_tpg *stpg; in srpt_make_tpg() local 3756 stpg = kzalloc(sizeof(*stpg), GFP_KERNEL); in srpt_make_tpg() [all …]
|