Searched refs:tmf_thread (Results 1 – 3 of 3) sorted by relevance
335 struct workqueue_struct *tmf_thread; member
2426 if (qedi->tmf_thread) { in __qedi_remove()2427 flush_workqueue(qedi->tmf_thread); in __qedi_remove()2428 destroy_workqueue(qedi->tmf_thread); in __qedi_remove()2429 qedi->tmf_thread = NULL; in __qedi_remove()2755 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()2756 if (!qedi->tmf_thread) { in __qedi_probe()
244 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_process_tmf_resp()1585 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_iscsi_abort_work()