Searched refs:STATUS_CMD_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ipw2x00/
H A Dipw2100.h439 #define STATUS_CMD_ACTIVE (1<<1) /**< host command in progress */ macro
H A Dipw2100.c755 if (priv->status & STATUS_CMD_ACTIVE) {
767 priv->status |= STATUS_CMD_ACTIVE;
806 status & STATUS_CMD_ACTIVE),
813 priv->status &= ~STATUS_CMD_ACTIVE;
2312 priv->status &= ~STATUS_CMD_ACTIVE;

Completed in 55 milliseconds