Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c123 static struct workqueue_struct *bnx2x_wq; variable
1310 flush_workqueue(bnx2x_wq); in bnx2x_int_disable_sync()
1455 queue_delayed_work(bnx2x_wq, &bp->sp_task, 0); in bnx2x_interrupt()
3888 queue_delayed_work(bnx2x_wq, &bp->sp_task, 0); in bnx2x_msix_sp_int()
10073 bnx2x_wq = create_singlethread_workqueue("bnx2x"); in bnx2x_init()
10074 if (bnx2x_wq == NULL) { in bnx2x_init()
10082 destroy_workqueue(bnx2x_wq); in bnx2x_init()
10091 destroy_workqueue(bnx2x_wq); in bnx2x_cleanup()