Home
last modified time | relevance | path

Searched refs:pf2vf_wq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_mbx.c149 queue_work(ndev->iov.pf2vf_wq, &pfwork->pf2vf_resp); in nitrox_pf2vf_mbox_handler()
173 queue_work(ndev->iov.pf2vf_wq, &pfwork->pf2vf_resp); in nitrox_pf2vf_mbox_handler()
194 ndev->iov.pf2vf_wq = alloc_workqueue("nitrox_pf2vf", WQ_PERCPU, 0); in nitrox_mbox_init()
195 if (!ndev->iov.pf2vf_wq) { in nitrox_mbox_init()
211 if (ndev->iov.pf2vf_wq) in nitrox_mbox_cleanup()
212 destroy_workqueue(ndev->iov.pf2vf_wq); in nitrox_mbox_cleanup()
215 ndev->iov.pf2vf_wq = NULL; in nitrox_mbox_cleanup()
H A Dnitrox_dev.h178 struct workqueue_struct *pf2vf_wq; member