Searched refs:cqn_wq (Results 1 – 2 of 2) sorted by relevance
357 if (nq->cqn_wq) { in bnxt_qplib_disable_nq()358 destroy_workqueue(nq->cqn_wq); in bnxt_qplib_disable_nq()359 nq->cqn_wq = NULL; in bnxt_qplib_disable_nq()426 nq->cqn_wq = create_singlethread_workqueue("bnxt_qplib_nq"); in bnxt_qplib_enable_nq()427 if (!nq->cqn_wq) in bnxt_qplib_enable_nq()1776 queue_work(qp->scq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_send()1870 queue_work(qp->rcq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_recv()2839 flush_workqueue(qp->scq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()2841 flush_workqueue(qp->rcq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()
460 struct workqueue_struct *cqn_wq; member