Searched refs:stpg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2225 struct srpt_tpg *stpg; in srpt_cm_req_recv() local 2381 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv() 2384 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 2393 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv() 2396 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 2402 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 3385 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local 3387 return stpg->sport_id->name; in srpt_get_fabric_wwn() 3791 struct srpt_tpg *stpg; in srpt_make_tpg() local 3794 stpg = kzalloc(sizeof(*stpg), GFP_KERNEL); in srpt_make_tpg() [all …]
|
/linux-6.12.1/drivers/scsi/elx/efct/ |
D | efct_lio.c | 1015 static int efct_lio_check_demo_mode_login_only(struct se_portal_group *stpg) in efct_lio_check_demo_mode_login_only() argument 1017 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg); in efct_lio_check_demo_mode_login_only() 1023 efct_lio_npiv_check_demo_mode_login_only(struct se_portal_group *stpg) in efct_lio_npiv_check_demo_mode_login_only() argument 1025 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_check_demo_mode_login_only()
|