Lines Matching refs:se_sess
2173 static int srpt_shutdown_session(struct se_session *se_sess) in srpt_shutdown_session() argument
2175 struct srpt_rdma_ch *ch = se_sess->fabric_sess_ptr; in srpt_shutdown_session()
2185 target_sess_cmd_list_set_waiting(se_sess); in srpt_shutdown_session()
2284 struct se_session *se_sess; in srpt_release_channel_work() local
2293 se_sess = ch->sess; in srpt_release_channel_work()
2294 BUG_ON(!se_sess); in srpt_release_channel_work()
2296 target_wait_for_sess_cmds(se_sess); in srpt_release_channel_work()
2298 transport_deregister_session_configfs(se_sess); in srpt_release_channel_work()
2299 transport_deregister_session(se_sess); in srpt_release_channel_work()
3453 static void srpt_close_session(struct se_session *se_sess) in srpt_close_session() argument
3460 ch = se_sess->fabric_sess_ptr; in srpt_close_session()
3461 WARN_ON(ch->sess != se_sess); in srpt_close_session()
3484 static u32 srpt_sess_get_index(struct se_session *se_sess) in srpt_sess_get_index() argument