Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c47 struct workqueue_struct *bnx2fc_wq; variable
2708 bnx2fc_wq = alloc_workqueue("bnx2fc", 0, 0); in bnx2fc_mod_init()
2709 if (!bnx2fc_wq) { in bnx2fc_mod_init()
2746 destroy_workqueue(bnx2fc_wq); in bnx2fc_mod_init()
2804 destroy_workqueue(bnx2fc_wq); in bnx2fc_mod_exit()
Dbnx2fc.h170 extern struct workqueue_struct *bnx2fc_wq;
Dbnx2fc_hwi.c618 queue_work(bnx2fc_wq, &unsol_els->unsol_els_work); in bnx2fc_process_l2_frame_compl()