Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/ulp/srpt/
Dib_srpt.c2158 struct srpt_tpg *stpg; in srpt_cm_req_recv() local
2316 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv()
2319 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
2328 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv()
2331 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
2337 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
3327 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local
3329 return stpg->sport_id->name; in srpt_get_fabric_wwn()
3756 struct srpt_tpg *stpg; in srpt_make_tpg() local
3759 stpg = kzalloc(sizeof(*stpg), GFP_KERNEL); in srpt_make_tpg()
[all …]
/Linux-v6.1/drivers/scsi/elx/efct/
Defct_lio.c1029 static int efct_lio_check_demo_mode_login_only(struct se_portal_group *stpg) in efct_lio_check_demo_mode_login_only() argument
1031 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg); in efct_lio_check_demo_mode_login_only()
1037 efct_lio_npiv_check_demo_mode_login_only(struct se_portal_group *stpg) in efct_lio_npiv_check_demo_mode_login_only() argument
1039 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_check_demo_mode_login_only()