Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1553 destroy_workqueue(interface->timer_work_queue); in bnx2fc_destroy()
2010 interface->timer_work_queue = in bnx2fc_create()
2012 if (!interface->timer_work_queue) { in bnx2fc_create()
2054 destroy_workqueue(interface->timer_work_queue); in bnx2fc_create()
Dbnx2fc.h225 struct workqueue_struct *timer_work_queue; member
Dbnx2fc_io.c32 if (queue_delayed_work(interface->timer_work_queue, in bnx2fc_cmd_timer_set()