Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c738 kfree(pfvf->cq_bmap); in nix_ctx_free()
753 pfvf->cq_bmap = NULL; in nix_ctx_free()
1041 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1065 (test_bit(req->qidx, pfvf->cq_bmap) & in rvu_nix_blk_aq_enq_inst()
1068 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1070 __clear_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1229 bmap = pfvf->cq_bmap; in nix_lf_hwctx_disable()
1433 pfvf->cq_bmap = kcalloc(req->cq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()
1434 if (!pfvf->cq_bmap) in rvu_mbox_handler_nix_lf_alloc()
H A Drvu.h226 unsigned long *cq_bmap; member
H A Drvu_debugfs.c2121 print_nix_qctx_qsize(filp, pfvf->cq_ctx->qsize, pfvf->cq_bmap, in print_nix_qsize()