Home
last modified time | relevance | path

Searched refs:ISCSI_LOGOUT_REASON_CLOSE_SESSION (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/scsi/
H A Discsi_proto.h542 #define ISCSI_LOGOUT_REASON_CLOSE_SESSION 0 macro
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target.c2349 conn->conn_logout_reason = ISCSI_LOGOUT_REASON_CLOSE_SESSION; in iscsit_logout_closesession()
2460 if (reason_code == ISCSI_LOGOUT_REASON_CLOSE_SESSION) in iscsit_handle_logout_cmd()
2494 if ((reason_code == ISCSI_LOGOUT_REASON_CLOSE_SESSION) || in iscsit_handle_logout_cmd()
2900 case ISCSI_LOGOUT_REASON_CLOSE_SESSION: in iscsit_build_logout_rsp()
4199 if (conn->conn_logout_reason == ISCSI_LOGOUT_REASON_CLOSE_SESSION) { in iscsit_close_connection()
4532 case ISCSI_LOGOUT_REASON_CLOSE_SESSION: in iscsit_logout_post_handler()
H A Discsi_target_erl1.c973 case ISCSI_LOGOUT_REASON_CLOSE_SESSION: in iscsit_execute_cmd()