Home
last modified time | relevance | path

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

/openbmc/linux/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()