Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/bnx2i/
A 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()
496 p->iothread = NULL; in bnx2i_mod_init()
A Dbnx2i.h778 struct task_struct *iothread; member
A Dbnx2i_hwi.c1923 if (unlikely(!p->iothread)) { in bnx2i_queue_scsi_cmd_resp()
1936 wake_up_process(p->iothread); in bnx2i_queue_scsi_cmd_resp()
/linux-6.3-rc2/drivers/scsi/qedi/
A Dqedi.h379 struct task_struct *iothread; member
A Dqedi_main.c1287 if (unlikely(!p->iothread)) in qedi_process_completions()
1308 wake_up_process(p->iothread); in qedi_process_completions()
1969 p->iothread = thread; in qedi_cpu_online()
1981 thread = p->iothread; in qedi_cpu_offline()
1982 p->iothread = NULL; in qedi_cpu_offline()
2896 p->iothread = NULL; in qedi_init()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc.h170 struct task_struct *iothread; member
A Dbnx2fc_fcoe.c2624 p->iothread = thread; in bnx2fc_cpu_online()
2640 thread = p->iothread; in bnx2fc_cpu_offline()
2641 p->iothread = NULL; in bnx2fc_cpu_offline()
A Dbnx2fc_hwi.c1047 if (fps->iothread) { in bnx2fc_pending_work()
1052 wake_up_process(fps->iothread); in bnx2fc_pending_work()

Completed in 30 milliseconds