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

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2166 struct srpt_tpg *stpg; local
2324 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) {
2327 ch->sess = target_setup_session(&stpg->tpg, tag_num,
2336 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) {
2339 ch->sess = target_setup_session(&stpg->tpg, tag_num,
2345 ch->sess = target_setup_session(&stpg->tpg, tag_num,
3329 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); local
3331 return stpg->sport_id->name;
3735 struct srpt_tpg *stpg; local
3761 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); local
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_lio.c1015 static int efct_lio_check_demo_mode_login_only(struct se_portal_group *stpg) argument
1017 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg);
1023 efct_lio_npiv_check_demo_mode_login_only(struct se_portal_group *stpg) argument
1025 struct efct_lio_tpg *tpg = container_of(stpg, struct efct_lio_tpg, tpg);

Completed in 119 milliseconds