Searched refs:hw_unavailable (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 72 int hw_unavailable; member 220 if (priv->hw_unavailable) { in orinoco_lock() 221 DEBUG(1, "orinoco_lock() called with hw_unavailable (dev=%p)\n", in orinoco_lock()
|
H A D | main.c | 67 * 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 in orinoco_stop() 304 "called when hw_unavailable\n", dev->name); in orinoco_set_multicast_list() 449 printk(KERN_ERR "%s: orinoco_xmit() called while hw_unavailable\n", in orinoco_xmit() 1654 if (!priv->hw_unavailable) { in __orinoco_down() 1743 priv->hw_unavailable++; in orinoco_reset() 1771 priv->hw_unavailable--; in orinoco_reset() 1773 /* priv->open or priv->hw_unavailable might have changed while in orinoco_reset() 1775 if (priv->open && (!priv->hw_unavailable)) { in orinoco_reset() [all...] |
H A D | spectrum_cs.c | 277 priv->hw_unavailable++; in spectrum_cs_release()
|
H A D | orinoco_cs.c | 210 priv->hw_unavailable++; in orinoco_cs_release()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 72 int hw_unavailable; member 220 if (priv->hw_unavailable) { in orinoco_lock() 221 DEBUG(1, "orinoco_lock() called with hw_unavailable (dev=%p)\n", in orinoco_lock()
|
H A D | main.c | 67 * 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 in orinoco_stop() 304 "called when hw_unavailable\n", dev->name); in orinoco_set_multicast_list() 449 printk(KERN_ERR "%s: orinoco_xmit() called while hw_unavailable\n", in orinoco_xmit() 1654 if (!priv->hw_unavailable) { in __orinoco_down() 1743 priv->hw_unavailable++; in orinoco_reset() 1771 priv->hw_unavailable--; in orinoco_reset() 1773 /* priv->open or priv->hw_unavailable might have changed while in orinoco_reset() 1775 if (priv->open && (!priv->hw_unavailable)) { in orinoco_reset() [all...] |
H A D | spectrum_cs.c | 277 priv->hw_unavailable++; in spectrum_cs_release()
|
H A D | orinoco_cs.c | 210 priv->hw_unavailable++; in orinoco_cs_release()
|
Completed in 9 milliseconds