Searched refs:tmf_thread (Results 1 – 3 of 3) sorted by relevance
2429 if (qedi->tmf_thread) { in __qedi_remove()2430 flush_workqueue(qedi->tmf_thread); in __qedi_remove()2431 destroy_workqueue(qedi->tmf_thread); in __qedi_remove()2432 qedi->tmf_thread = NULL; in __qedi_remove()2777 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()2778 if (!qedi->tmf_thread) { in __qedi_probe()2816 destroy_workqueue(qedi->tmf_thread); in __qedi_probe()
336 struct workqueue_struct *tmf_thread; member
235 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_process_tmf_resp()1565 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_iscsi_abort_work()