Home
last modified time | relevance | path

Searched refs:state_chg_flag (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/fddi/
H A Ddefza.c257 fp->state_chg_flag = 0; in fza_reset()
265 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_reset()
269 if (fp->state_chg_flag == 0) { in fza_reset()
1037 fp->state_chg_flag = 1; in fza_interrupt()
1233 fp->state_chg_flag = 0; in fza_close()
1240 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_close()
1243 if (fp->state_chg_flag == 0) { in fza_close()
H A Ddefza.h760 int state_chg_flag; /* state change trigger */ member
/kernel/linux/linux-6.6/drivers/net/fddi/
H A Ddefza.c257 fp->state_chg_flag = 0; in fza_reset()
265 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_reset()
269 if (fp->state_chg_flag == 0) { in fza_reset()
1037 fp->state_chg_flag = 1; in fza_interrupt()
1233 fp->state_chg_flag = 0; in fza_close()
1240 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_close()
1243 if (fp->state_chg_flag == 0) { in fza_close()
H A Ddefza.h760 int state_chg_flag; /* state change trigger */ member

Completed in 9 milliseconds