Searched refs:target_setup_session (Results 1 – 12 of 12) sorted by relevance
/linux/include/target/ |
H A D | target_core_fabric.h | 138 struct se_session *target_setup_session(struct se_portal_group *,
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_sess.c | 230 sess->se_sess = target_setup_session(se_tpg, TCM_FC_DEFAULT_TAGS, in ft_sess_create()
|
/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 698 tl_nexus->se_sess = target_setup_session(&tl_tpg->tl_se_tpg, 0, 0, in tcm_loop_make_nexus()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 2384 ch->sess = target_setup_session(&stpg->tpg, tag_num, 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()
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 458 target_setup_session(struct se_portal_group *tpg, in target_setup_session() function 514 EXPORT_SYMBOL(target_setup_session);
|
/linux/drivers/xen/ |
H A D | xen-scsiback.c | 1540 tv_nexus->tvn_se_sess = target_setup_session(&tpg->se_tpg, in scsiback_make_nexus()
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_lio.c | 1190 se_sess = target_setup_session(se_tpg, 0, 0, TARGET_PROT_NORMAL, wwpn, in efct_lio_setup_session()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1435 se_sess = target_setup_session(&tpg->se_tpg, num_tags, in tcm_qla2xxx_check_initiator_node_acl()
|
/linux/drivers/target/sbp/ |
H A D | sbp_target.c | 199 sess->se_sess = target_setup_session(&tpg->se_tpg, 128, in sbp_session_create()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 1869 tv_nexus->tvn_se_sess = target_setup_session(&tpg->se_tpg,
|
/linux/drivers/vhost/ |
H A D | scsi.c | 2279 tv_nexus->tvn_se_sess = target_setup_session(&tpg->se_tpg, 0, 0, in vhost_scsi_make_nexus()
|
/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 2223 nexus->se_sess = target_setup_session(&tport->se_tpg, 0, 0, in ibmvscsis_make_nexus()
|