Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2157 struct srpt_tpg *stpg; in srpt_cm_req_recv() local
2315 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv()
2318 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
2327 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv()
2330 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
2336 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
3325 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local
3327 return stpg->sport_id->name; in srpt_get_fabric_wwn()
3784 struct srpt_tpg *stpg; in srpt_make_tpg() local
3810 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); srpt_drop_tpg() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2166 struct srpt_tpg *stpg; in srpt_cm_req_recv() local
2324 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv()
2327 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
2336 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv()
2339 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
2345 ch->sess = target_setup_session(&stpg->tpg, tag_num, in srpt_cm_req_recv()
3329 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local
3331 return stpg->sport_id->name; in srpt_get_fabric_wwn()
3735 struct srpt_tpg *stpg; in srpt_make_tpg() local
3761 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); srpt_drop_tpg() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_lio.c1015 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()

Completed in 12 milliseconds