Searched refs:status_queue (Results 1 – 3 of 3) sorted by relevance
64 static struct workqueue_struct *status_queue; variable231 if (!queue_delayed_work(status_queue, &ftdi->status_work, delta)) in ftdi_status_requeue_work()237 if (queue_delayed_work(status_queue, &ftdi->status_work, delta)) in ftdi_status_queue_work()2826 flush_workqueue(status_queue); in ftdi_elan_disconnect()2848 status_queue = create_singlethread_workqueue("ftdi-status-control"); in ftdi_elan_init()2849 if (!status_queue) in ftdi_elan_init()2859 destroy_workqueue(status_queue); in ftdi_elan_init()2869 destroy_workqueue(status_queue); in ftdi_elan_init()2885 } flush_workqueue(status_queue); in ftdi_elan_exit()2886 destroy_workqueue(status_queue); in ftdi_elan_exit()[all …]
2419 struct ipw2100_status *status = &priv->status_queue.drv[i]; in ipw2100_corruption_detected()2452 printk_buf((u8 *) priv->status_queue.drv, in ipw2100_corruption_detected()2465 struct ipw2100_status *status = &priv->status_queue.drv[i]; in isr_rx()2539 struct ipw2100_status *status = &priv->status_queue.drv[i]; in isr_rx_monitor()2619 struct ipw2100_status *status = &priv->status_queue.drv[i]; in ipw2100_corruption_check()2676 struct ipw2100_status_queue *sq = &priv->status_queue; in __ipw2100_rx_process()4328 struct ipw2100_status_queue *q = &priv->status_queue; in status_queue_allocate()4348 if (priv->status_queue.drv) { in status_queue_free()4349 pci_free_consistent(priv->pci_dev, priv->status_queue.size, in status_queue_free()4350 priv->status_queue.drv, in status_queue_free()[all …]
539 struct ipw2100_status_queue status_queue; member