Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c58 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp);
142 __clean_cq(qp->scq, (u64)(unsigned long)qp); in bnxt_qplib_clean_qp()
145 __clean_cq(qp->rcq, (u64)(unsigned long)qp); in bnxt_qplib_clean_qp()
1460 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq() function