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

/drivers/target/iscsi/
H A Discsi_target_login.c838 if (np->np_login_timer_flags & ISCSI_TF_STOP) {
846 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING;
861 np->np_login_timer_flags &= ~ISCSI_TF_STOP;
862 np->np_login_timer_flags |= ISCSI_TF_RUNNING;
873 if (!(np->np_login_timer_flags & ISCSI_TF_RUNNING)) {
877 np->np_login_timer_flags |= ISCSI_TF_STOP;
883 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING;
H A Discsi_target_core.h779 enum iscsi_timer_flags_table np_login_timer_flags; member in struct:iscsi_np

Completed in 24 milliseconds