Searched refs:cq_ctx (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 1825 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx() local 1827 seq_printf(m, "W0: base \t\t\t%llx\n\n", cq_ctx->base); in print_nix_cq_ctx() 1829 seq_printf(m, "W1: wrptr \t\t\t%llx\n", (u64)cq_ctx->wrptr); in print_nix_cq_ctx() 1831 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx() 1833 cq_ctx->cq_err, cq_ctx->qint_idx); in print_nix_cq_ctx() 1835 cq_ctx->bpid, cq_ctx->bp_ena); in print_nix_cq_ctx() 1838 cq_ctx->update_time, cq_ctx->avg_level); in print_nix_cq_ctx() 1840 cq_ctx->head, cq_ctx->tail); in print_nix_cq_ctx() 1843 cq_ctx->cq_err_int_ena, cq_ctx->cq_err_int); in print_nix_cq_ctx() 1845 cq_ctx->qsize, cq_ctx->caching); in print_nix_cq_ctx() [all …]
|
H A D | rvu_nix.c | 743 if (pfvf->cq_ctx) in nix_ctx_free() 744 qmem_free(rvu->dev, pfvf->cq_ctx); in nix_ctx_free() 757 pfvf->cq_ctx = NULL; in nix_ctx_free() 912 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_blk_aq_enq_inst() 1217 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable() 1228 q_cnt = pfvf->cq_ctx->qsize; in nix_lf_hwctx_disable() 1429 err = qmem_alloc(rvu->dev, &pfvf->cq_ctx, req->cq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1438 (u64)pfvf->cq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc() 4828 if (pfvf->cq_ctx) { in rvu_nix_lf_teardown()
|
H A D | rvu.h | 220 struct qmem *cq_ctx; member
|
/openbmc/qemu/migration/ |
H A D | rdma.c | 1612 void *cq_ctx; in qemu_rdma_block_for_wrid() local 1647 ret = ibv_get_cq_event(ch, &cq, &cq_ctx); in qemu_rdma_block_for_wrid()
|