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

/drivers/net/wireless/orinoco/
H A Dorinoco.h72 int hw_unavailable; member in struct:orinoco_private
225 if (priv->hw_unavailable) {
226 DEBUG(1, "orinoco_lock() called with hw_unavailable (dev=%p)\n",
H A Dmain.c67 * Another flag, priv->hw_unavailable indicates that the hardware is
74 * hw_unavailable is non-zero).
283 able to close the interface even if hw_unavailable is set
312 "called when hw_unavailable\n", dev->name);
460 printk(KERN_ERR "%s: orinoco_xmit() called while hw_unavailable\n",
1676 if (!priv->hw_unavailable) {
1765 priv->hw_unavailable++;
1793 priv->hw_unavailable--;
1795 /* priv->open or priv->hw_unavailable might have changed while
1797 if (priv->open && (!priv->hw_unavailable)) {
[all...]
H A Dspectrum_cs.c269 priv->hw_unavailable++;
H A Dorinoco_cs.c201 priv->hw_unavailable++;

Completed in 186 milliseconds