Searched refs:qlcnic_wq (Results 1 – 3 of 3) sorted by relevance
2492 adapter->qlcnic_wq = create_singlethread_workqueue("qlcnic"); in qlcnic_probe()2493 if (adapter->qlcnic_wq == NULL) { in qlcnic_probe()2664 destroy_workqueue(adapter->qlcnic_wq); in qlcnic_probe()2760 if (adapter->qlcnic_wq) { in qlcnic_remove()2761 destroy_workqueue(adapter->qlcnic_wq); in qlcnic_remove()2762 adapter->qlcnic_wq = NULL; in qlcnic_remove()3596 queue_delayed_work(adapter->qlcnic_wq, &adapter->fw_work, in qlcnic_schedule_work()
983 queue_delayed_work(adapter->qlcnic_wq, in __qlcnic_83xx_process_aen()1043 queue_delayed_work(adapter->qlcnic_wq, &adapter->mbx_poll_work, in qlcnic_83xx_mbx_poll_work()1053 queue_delayed_work(adapter->qlcnic_wq, &adapter->mbx_poll_work, 0); in qlcnic_83xx_enable_mbx_poll()
1167 struct workqueue_struct *qlcnic_wq; member