Searched refs:rq_bmap (Results 1 – 3 of 3) sorted by relevance
903 kfree(pfvf->rq_bmap); in nix_ctx_free()919 pfvf->rq_bmap = NULL; in nix_ctx_free()1210 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()1220 (test_bit(req->qidx, pfvf->rq_bmap) & in rvu_nix_blk_aq_enq_inst()1223 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()1225 __clear_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()1414 bmap = pfvf->rq_bmap; in nix_lf_hwctx_disable()1573 pfvf->rq_bmap = kcalloc(req->rq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()1574 if (!pfvf->rq_bmap) in rvu_mbox_handler_nix_lf_alloc()
274 unsigned long *rq_bmap; member
284 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels()