Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/srpt/
A Dib_srpt.c2161 struct srpt_tpg *stpg; in srpt_cm_req_recv() local
3299 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_get_fabric_wwn() local
3728 struct srpt_tpg *stpg; in srpt_make_tpg() local
3731 stpg = kzalloc(sizeof(*stpg), GFP_KERNEL); in srpt_make_tpg()
3732 if (!stpg) in srpt_make_tpg()
3734 stpg->sport_id = sport_id; in srpt_make_tpg()
3737 kfree(stpg); in srpt_make_tpg()
3745 return &stpg->tpg; in srpt_make_tpg()
3754 struct srpt_tpg *stpg = container_of(tpg, typeof(*stpg), tpg); in srpt_drop_tpg() local
3759 list_del(&stpg->entry); in srpt_drop_tpg()
[all …]
/linux/drivers/scsi/elx/efct/
A Defct_lio.c1032 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()

Completed in 13 milliseconds