Searched refs:tmf_thread (Results 1 – 3 of 3) sorted by relevance
336 struct workqueue_struct *tmf_thread; member
2423 if (qedi->tmf_thread) { in __qedi_remove()2424 destroy_workqueue(qedi->tmf_thread); in __qedi_remove()2425 qedi->tmf_thread = NULL; in __qedi_remove()2749 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()2750 if (!qedi->tmf_thread) { in __qedi_probe()2788 destroy_workqueue(qedi->tmf_thread); in __qedi_probe()
245 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_process_tmf_resp()1519 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_send_iscsi_tmf()