Home
last modified time | relevance | path

Searched refs:offload_thread (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qedi/
H A Dqedi.h337 struct workqueue_struct *offload_thread; member
H A Dqedi_main.c2429 if (qedi->offload_thread) { in __qedi_remove()
2430 destroy_workqueue(qedi->offload_thread); in __qedi_remove()
2431 qedi->offload_thread = NULL; in __qedi_remove()
2778 qedi->offload_thread = alloc_workqueue("qedi_ofld%d", in __qedi_probe()
2781 if (!qedi->offload_thread) { in __qedi_probe()
H A Dqedi_iscsi.c1384 queue_work(qedi->offload_thread, &qedi_ep->offload_work); in qedi_set_path()