Searched refs:STATUS_RUNNING (Results 1 – 3 of 3) sorted by relevance
431 #define STATUS_RUNNING (1<<2) /* Card initialized, but not enabled */ macro
752 if (!(priv->status & STATUS_RUNNING)) { in ipw2100_hw_send_command()1253 if (priv->status & STATUS_RUNNING) in ipw2100_start_adapter()1336 priv->status |= STATUS_RUNNING; in ipw2100_start_adapter()1396 priv->status &= ~(STATUS_RUNNING | STATUS_ASSOCIATING | in ipw2100_power_cycle_adapter()1500 if (!(priv->status & STATUS_RUNNING)) in ipw2100_hw_stop_adapter()1589 priv->status &= ~(STATUS_RUNNING | STATUS_STOPPING); in ipw2100_hw_stop_adapter()2156 if (!(priv->status & STATUS_RUNNING)) in isr_indicate_association_lost()5488 if (!(priv->status & STATUS_RUNNING)) in ipw2100_configure_security()
54 #define STATUS_RUNNING 1 macro1389 data->status = STATUS_RUNNING; in pch_spi_pd_probe()