Lines Matching refs:se_sess
2167 static int srpt_shutdown_session(struct se_session *se_sess) in srpt_shutdown_session() argument
2169 struct srpt_rdma_ch *ch = se_sess->fabric_sess_ptr; in srpt_shutdown_session()
2179 target_sess_cmd_list_set_waiting(se_sess); in srpt_shutdown_session()
2278 struct se_session *se_sess; in srpt_release_channel_work() local
2287 se_sess = ch->sess; in srpt_release_channel_work()
2288 BUG_ON(!se_sess); in srpt_release_channel_work()
2290 target_wait_for_sess_cmds(se_sess); in srpt_release_channel_work()
2292 transport_deregister_session_configfs(se_sess); in srpt_release_channel_work()
2293 transport_deregister_session(se_sess); in srpt_release_channel_work()
3370 static void srpt_close_session(struct se_session *se_sess) in srpt_close_session() argument
3377 ch = se_sess->fabric_sess_ptr; in srpt_close_session()
3378 WARN_ON(ch->sess != se_sess); in srpt_close_session()
3401 static u32 srpt_sess_get_index(struct se_session *se_sess) in srpt_sess_get_index() argument