Searched refs:rq_bmap (Results 1 – 2 of 2) sorted by relevance
356 kfree(pfvf->rq_bmap); in nix_ctx_free()372 pfvf->rq_bmap = NULL; in nix_ctx_free()604 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_aq_enq_inst()614 (test_bit(req->qidx, pfvf->rq_bmap) & in rvu_nix_aq_enq_inst()617 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_aq_enq_inst()619 __clear_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_aq_enq_inst()696 bmap = pfvf->rq_bmap; in nix_lf_hwctx_disable()805 pfvf->rq_bmap = kcalloc(req->rq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()806 if (!pfvf->rq_bmap) in rvu_mbox_handler_nix_lf_alloc()
134 unsigned long *rq_bmap; member