Searched refs:tmf_thread (Results 1 – 3 of 3) sorted by relevance
2427 if (qedi->tmf_thread) { in __qedi_remove()2428 flush_workqueue(qedi->tmf_thread); in __qedi_remove()2429 destroy_workqueue(qedi->tmf_thread); in __qedi_remove()2430 qedi->tmf_thread = NULL; in __qedi_remove()2756 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()2757 if (!qedi->tmf_thread) { in __qedi_probe()2795 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()