Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1929 if (unlikely(!p->iothread)) { in bnx2i_queue_scsi_cmd_resp()
1942 wake_up_process(p->iothread); in bnx2i_queue_scsi_cmd_resp()
/Linux-v4.19/drivers/scsi/qedi/
Dqedi.h375 struct task_struct *iothread; member
Dqedi_main.c1185 if (unlikely(!p->iothread)) in qedi_process_completions()
1206 wake_up_process(p->iothread); in qedi_process_completions()
1850 p->iothread = thread; in qedi_cpu_online()
1862 thread = p->iothread; in qedi_cpu_offline()
1863 p->iothread = NULL; in qedi_cpu_offline()
2672 p->iothread = NULL; in qedi_init()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc.h172 struct task_struct *iothread; member
Dbnx2fc_fcoe.c2645 p->iothread = thread; in bnx2fc_cpu_online()
2661 thread = p->iothread; in bnx2fc_cpu_offline()
2662 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()