Searched refs:cq_bmap (Results 1 – 2 of 2) sorted by relevance
358 kfree(pfvf->cq_bmap); in nix_ctx_free()373 pfvf->cq_bmap = NULL; in nix_ctx_free()608 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_aq_enq_inst()632 (test_bit(req->qidx, pfvf->cq_bmap) & in rvu_nix_aq_enq_inst()635 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_aq_enq_inst()637 __clear_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_aq_enq_inst()684 bmap = pfvf->cq_bmap; in nix_lf_hwctx_disable()837 pfvf->cq_bmap = kcalloc(req->cq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()838 if (!pfvf->cq_bmap) in rvu_mbox_handler_nix_lf_alloc()
135 unsigned long *cq_bmap; member