Searched refs:bnx2fc_wq (Results 1 – 3 of 3) sorted by relevance
46 struct workqueue_struct *bnx2fc_wq; variable855 flush_workqueue(bnx2fc_wq); in bnx2fc_indicate_netevent()1147 queue_work(bnx2fc_wq, &port->destroy_work); in bnx2fc_vport_destroy()1580 queue_work(bnx2fc_wq, &port->destroy_work); in __bnx2fc_destroy()2467 flush_workqueue(bnx2fc_wq); in bnx2fc_ulp_exit()2640 bnx2fc_wq = alloc_workqueue("bnx2fc", 0, 0); in bnx2fc_mod_init()2641 if (!bnx2fc_wq) { in bnx2fc_mod_init()2682 destroy_workqueue(bnx2fc_wq); in bnx2fc_mod_init()2751 destroy_workqueue(bnx2fc_wq); in bnx2fc_mod_exit()
168 extern struct workqueue_struct *bnx2fc_wq;
617 queue_work(bnx2fc_wq, &unsol_els->unsol_els_work); in bnx2fc_process_l2_frame_compl()