Home
last modified time | relevance | path

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

/drivers/scsi/bnx2i/
Dbnx2i_init.c426 p->iothread = thread; in bnx2i_cpu_online()
440 thread = p->iothread; in bnx2i_cpu_offline()
441 p->iothread = NULL; in bnx2i_cpu_offline()
498 p->iothread = NULL; in bnx2i_mod_init()
Dbnx2i.h778 struct task_struct *iothread; member
Dbnx2i_hwi.c1944 if (unlikely(!p->iothread)) { in bnx2i_queue_scsi_cmd_resp()
1957 wake_up_process(p->iothread); in bnx2i_queue_scsi_cmd_resp()
/drivers/scsi/qedi/
Dqedi.h372 struct task_struct *iothread; member
Dqedi_main.c988 if (unlikely(!p->iothread)) in qedi_process_completions()
1007 wake_up_process(p->iothread); in qedi_process_completions()
1661 p->iothread = thread; in qedi_cpu_online()
1673 thread = p->iothread; in qedi_cpu_offline()
1674 p->iothread = NULL; in qedi_cpu_offline()
2485 p->iothread = NULL; in qedi_init()
/drivers/scsi/bnx2fc/
Dbnx2fc.h172 struct task_struct *iothread; member
Dbnx2fc_fcoe.c2646 p->iothread = thread; in bnx2fc_cpu_online()
2662 thread = p->iothread; in bnx2fc_cpu_offline()
2663 p->iothread = NULL; in bnx2fc_cpu_offline()
Dbnx2fc_hwi.c1020 if (fps->iothread) { in bnx2fc_pending_work()
1024 wake_up_process(fps->iothread); in bnx2fc_pending_work()