Home
last modified time | relevance | path

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

/Linux-v5.4/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.c1920 if (unlikely(!p->iothread)) { in bnx2i_queue_scsi_cmd_resp()
1933 wake_up_process(p->iothread); in bnx2i_queue_scsi_cmd_resp()
/Linux-v5.4/drivers/scsi/qedi/
Dqedi.h369 struct task_struct *iothread; member
Dqedi_main.c1223 if (unlikely(!p->iothread)) in qedi_process_completions()
1244 wake_up_process(p->iothread); in qedi_process_completions()
1902 p->iothread = thread; in qedi_cpu_online()
1914 thread = p->iothread; in qedi_cpu_offline()
1915 p->iothread = NULL; in qedi_cpu_offline()
2728 p->iothread = NULL; in qedi_init()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc.h173 struct task_struct *iothread; member
Dbnx2fc_fcoe.c2636 p->iothread = thread; in bnx2fc_cpu_online()
2652 thread = p->iothread; in bnx2fc_cpu_offline()
2653 p->iothread = NULL; in bnx2fc_cpu_offline()
Dbnx2fc_hwi.c1012 if (fps->iothread) { in bnx2fc_pending_work()
1016 wake_up_process(fps->iothread); in bnx2fc_pending_work()