Searched refs:sq_bmap (Results 1 – 2 of 2) sorted by relevance
357 kfree(pfvf->sq_bmap); in nix_ctx_free()374 pfvf->sq_bmap = NULL; in nix_ctx_free()606 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_aq_enq_inst()623 (test_bit(req->qidx, pfvf->sq_bmap) & in rvu_nix_aq_enq_inst()626 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_aq_enq_inst()628 __clear_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_aq_enq_inst()690 bmap = pfvf->sq_bmap; in nix_lf_hwctx_disable()822 pfvf->sq_bmap = kcalloc(req->sq_cnt, sizeof(long), GFP_KERNEL); in rvu_mbox_handler_nix_lf_alloc()823 if (!pfvf->sq_bmap) in rvu_mbox_handler_nix_lf_alloc()
133 unsigned long *sq_bmap; member