Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c436 if (nq->cqn_wq) { in bnxt_qplib_disable_nq()
437 destroy_workqueue(nq->cqn_wq); in bnxt_qplib_disable_nq()
438 nq->cqn_wq = NULL; in bnxt_qplib_disable_nq()
542 nq->cqn_wq = create_singlethread_workqueue("bnxt_qplib_nq"); in bnxt_qplib_enable_nq()
543 if (!nq->cqn_wq) in bnxt_qplib_enable_nq()
2024 queue_work(qp->scq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_send()
2111 queue_work(qp->rcq->nq->cqn_wq, &nq_work->work); in bnxt_qplib_post_recv()
3086 flush_workqueue(qp->scq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()
3088 flush_workqueue(qp->rcq->nq->cqn_wq); in bnxt_qplib_flush_cqn_wq()
H A Dqplib_fp.h502 struct workqueue_struct *cqn_wq; member