Searched refs:sq_bmap (Results 1 – 2 of 2) sorted by relevance
904 kfree(pfvf->sq_bmap); in nix_ctx_free()921 pfvf->sq_bmap = NULL; in nix_ctx_free()1212 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()1229 (test_bit(req->qidx, pfvf->sq_bmap) & in rvu_nix_blk_aq_enq_inst()1232 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()1234 __clear_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()1408 bmap = pfvf->sq_bmap; in nix_lf_hwctx_disable()1590 pfvf->sq_bmap = kcalloc(req->sq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()1591 if (!pfvf->sq_bmap) in rvu_mbox_handler_nix_lf_alloc()
273 unsigned long *sq_bmap; member