Searched refs:cqn_wq (Results 1 – 2 of 2) sorted by relevance
473 if (nq->cqn_wq) { in bnxt_qplib_disable_nq()474 destroy_workqueue(nq->cqn_wq); in bnxt_qplib_disable_nq()475 nq->cqn_wq = NULL; in bnxt_qplib_disable_nq()558 nq->cqn_wq = create_singlethread_workqueue("bnxt_qplib_nq\n"); in bnxt_qplib_enable_nq()559 if (!nq->cqn_wq) in bnxt_qplib_enable_nq()2260 queue_work(qp->scq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_send()2370 queue_work(qp->rcq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_recv()2573 flush_workqueue(cq->nq->cqn_wq); in bnxt_qplib_sync_cq()3541 flush_workqueue(qp->scq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()3543 flush_workqueue(qp->rcq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()
532 struct workqueue_struct *cqn_wq; member