Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h419 #define STATUS_STOPPING (1<<4) /* Card is in shutdown phase */ macro
H A Dipw2100.c1488 priv->status |= STATUS_STOPPING; in ipw2100_hw_stop_adapter()
1574 priv->status &= ~(STATUS_RUNNING | STATUS_STOPPING); in ipw2100_hw_stop_adapter()
2131 if (priv->status & STATUS_STOPPING) { in isr_indicate_association_lost()
8246 if (priv->status & STATUS_STOPPING) in ipw2100_wx_event_work()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h419 #define STATUS_STOPPING (1<<4) /* Card is in shutdown phase */ macro
H A Dipw2100.c1477 priv->status |= STATUS_STOPPING; in ipw2100_hw_stop_adapter()
1563 priv->status &= ~(STATUS_RUNNING | STATUS_STOPPING); in ipw2100_hw_stop_adapter()
2120 if (priv->status & STATUS_STOPPING) { in isr_indicate_association_lost()
8235 if (priv->status & STATUS_STOPPING) in ipw2100_wx_event_work()

Completed in 26 milliseconds