Home
last modified time | relevance | path

Searched refs:qlcnic_wq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2533 adapter->qlcnic_wq = create_singlethread_workqueue("qlcnic"); in qlcnic_probe()
2534 if (adapter->qlcnic_wq == NULL) { in qlcnic_probe()
2699 destroy_workqueue(adapter->qlcnic_wq); in qlcnic_probe()
2796 if (adapter->qlcnic_wq) { in qlcnic_remove()
2797 destroy_workqueue(adapter->qlcnic_wq); in qlcnic_remove()
2798 adapter->qlcnic_wq = NULL; in qlcnic_remove()
3652 queue_delayed_work(adapter->qlcnic_wq, &adapter->fw_work, in qlcnic_schedule_work()
Dqlcnic_83xx_hw.c986 queue_delayed_work(adapter->qlcnic_wq, in __qlcnic_83xx_process_aen()
1046 queue_delayed_work(adapter->qlcnic_wq, &adapter->mbx_poll_work, in qlcnic_83xx_mbx_poll_work()
1056 queue_delayed_work(adapter->qlcnic_wq, &adapter->mbx_poll_work, 0); in qlcnic_83xx_enable_mbx_poll()
Dqlcnic.h1173 struct workqueue_struct *qlcnic_wq; member