Searched refs:stpg (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2161 struct srpt_tpg *stpg; in srpt_cm_req_recv() local 2319 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv() 2322 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 2331 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv() 2334 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 2340 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv() 3330 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local 3332 return stpg->sport_id->name; in srpt_get_fabric_wwn() 3789 struct srpt_tpg *stpg; in srpt_make_tpg() local 3792 stpg = kzalloc(sizeof(*stpg), GFP_KERNEL); in srpt_make_tpg() [all …]
|
/drivers/scsi/elx/efct/ |
D | efct_lio.c | 1032 static int efct_lio_check_demo_mode_login_only(struct se_portal_group *stpg) in efct_lio_check_demo_mode_login_only() argument 1034 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg); in efct_lio_check_demo_mode_login_only() 1040 efct_lio_npiv_check_demo_mode_login_only(struct se_portal_group *stpg) in efct_lio_npiv_check_demo_mode_login_only() argument 1042 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_check_demo_mode_login_only()
|