Searched refs:tmf_thread (Results 1 – 3 of 3) sorted by relevance
328 struct workqueue_struct *tmf_thread; member
2331 if (qedi->tmf_thread) { in __qedi_remove()2332 flush_workqueue(qedi->tmf_thread); in __qedi_remove()2333 destroy_workqueue(qedi->tmf_thread); in __qedi_remove()2334 qedi->tmf_thread = NULL; in __qedi_remove()2619 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()2620 if (!qedi->tmf_thread) { in __qedi_probe()
238 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_process_tmf_resp()1568 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_iscsi_abort_work()