Searched refs:bnx2fc_wq (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c46 struct workqueue_struct *bnx2fc_wq; variable in typeref:struct:workqueue_struct
855 flush_workqueue(bnx2fc_wq); bnx2fc_indicate_netevent()
1148 queue_work(bnx2fc_wq, &port->destroy_work); bnx2fc_vport_destroy()
1581 queue_work(bnx2fc_wq, &port->destroy_work); __bnx2fc_destroy()
2397 flush_workqueue(bnx2fc_wq); bnx2fc_ulp_exit()
2570 bnx2fc_wq = alloc_workqueue("bnx2fc", 0, 0); bnx2fc_mod_init()
2571 if (!bnx2fc_wq) { bnx2fc_mod_init()
2612 destroy_workqueue(bnx2fc_wq);
2681 destroy_workqueue(bnx2fc_wq);
H A Dbnx2fc.h168 extern struct workqueue_struct *bnx2fc_wq;
H A Dbnx2fc_hwi.c617 queue_work(bnx2fc_wq, &unsol_els->unsol_els_work); bnx2fc_process_l2_frame_compl()

Completed in 145 milliseconds