Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c423 if (nq->cqn_wq) { in bnxt_qplib_disable_nq()
424 destroy_workqueue(nq->cqn_wq); in bnxt_qplib_disable_nq()
425 nq->cqn_wq = NULL; in bnxt_qplib_disable_nq()
523 nq->cqn_wq = create_singlethread_workqueue("bnxt_qplib_nq"); in bnxt_qplib_enable_nq()
524 if (!nq->cqn_wq) in bnxt_qplib_enable_nq()
1933 queue_work(qp->scq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_send()
2020 queue_work(qp->rcq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_recv()
2941 flush_workqueue(qp->scq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()
2943 flush_workqueue(qp->rcq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()
Dqplib_fp.h484 struct workqueue_struct *cqn_wq; member