Home
last modified time | relevance | path

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

/drivers/scsi/bnx2i/
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()
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()
/drivers/scsi/qedi/
A Dqedi.h379 struct task_struct *iothread; member
A Dqedi_main.c1289 if (unlikely(!p->iothread)) in qedi_process_completions()
1310 wake_up_process(p->iothread); in qedi_process_completions()
1961 p->iothread = thread; in qedi_cpu_online()
1974 thread = p->iothread; in qedi_cpu_offline()
1975 p->iothread = NULL; in qedi_cpu_offline()
2911 p->iothread = NULL; in qedi_init()
/drivers/scsi/bnx2fc/
A Dbnx2fc.h170 struct task_struct *iothread; member
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()
A Dbnx2fc_hwi.c1047 if (fps->iothread) { in bnx2fc_pending_work()
1052 wake_up_process(fps->iothread); in bnx2fc_pending_work()

Completed in 31 milliseconds