Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bnx2i/
H A Dbnx2i_init.c423 p->iothread = thread; in bnx2i_cpu_online()
437 thread = p->iothread; in bnx2i_cpu_offline()
438 p->iothread = NULL; in bnx2i_cpu_offline()
493 p->iothread = NULL; in bnx2i_mod_init()
H A Dbnx2i.h778 struct task_struct *iothread; member
H 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.15/drivers/scsi/qedi/
H A Dqedi.h379 struct task_struct *iothread; member
H A Dqedi_main.c1289 if (unlikely(!p->iothread)) in qedi_process_completions()
1310 wake_up_process(p->iothread); in qedi_process_completions()
1969 p->iothread = thread; in qedi_cpu_online()
1982 thread = p->iothread; in qedi_cpu_offline()
1983 p->iothread = NULL; in qedi_cpu_offline()
2919 p->iothread = NULL; in qedi_init()
/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc.h170 struct task_struct *iothread; member
H A Dbnx2fc_fcoe.c2618 p->iothread = thread; in bnx2fc_cpu_online()
2634 thread = p->iothread; in bnx2fc_cpu_offline()
2635 p->iothread = NULL; in bnx2fc_cpu_offline()
H A Dbnx2fc_hwi.c1047 if (fps->iothread) { in bnx2fc_pending_work()
1052 wake_up_process(fps->iothread); in bnx2fc_pending_work()