Home
last modified time | relevance | path

Searched refs:state_chg_flag (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/fddi/
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()
Ddefza.h760 int state_chg_flag; /* state change trigger */ member