Searched refs:nopin_response_timer_flags (Results 1 - 2 of 2) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_util.c967 if (conn->nopin_response_timer_flags & ISCSI_TF_STOP) {
976 conn->nopin_response_timer_flags &= ~ISCSI_TF_RUNNING;
1005 if (!(conn->nopin_response_timer_flags & ISCSI_TF_RUNNING)) {
1024 if (conn->nopin_response_timer_flags & ISCSI_TF_RUNNING) {
1034 conn->nopin_response_timer_flags &= ~ISCSI_TF_STOP;
1035 conn->nopin_response_timer_flags |= ISCSI_TF_RUNNING;
1046 if (!(conn->nopin_response_timer_flags & ISCSI_TF_RUNNING)) {
1050 conn->nopin_response_timer_flags |= ISCSI_TF_STOP;
1056 conn->nopin_response_timer_flags &= ~ISCSI_TF_RUNNING;
H A Discsi_target_core.h515 enum iscsi_timer_flags_table nopin_response_timer_flags; member in struct:iscsi_conn

Completed in 14 milliseconds