Lines Matching refs:qidx
868 if (!pfvf->rq_ctx || req->qidx >= pfvf->rq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
872 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
876 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
883 (req->qidx >= (256UL << (cfg & 0xF)))) in rvu_nix_blk_aq_enq_inst()
891 (req->qidx >= (256UL << (cfg & 0xF)))) in rvu_nix_blk_aq_enq_inst()
924 inst.cindex = req->qidx; in rvu_nix_blk_aq_enq_inst()
1000 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1002 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()
1004 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1010 (test_bit(req->qidx, pfvf->rq_bmap) & in rvu_nix_blk_aq_enq_inst()
1013 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1015 __clear_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1019 (test_bit(req->qidx, pfvf->sq_bmap) & in rvu_nix_blk_aq_enq_inst()
1022 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()
1024 __clear_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()
1028 (test_bit(req->qidx, pfvf->cq_bmap) & in rvu_nix_blk_aq_enq_inst()
1031 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1033 __clear_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1076 req->hdr.pcifunc, ctype, req->qidx); in rvu_nix_verify_aq_ctx()
1080 __func__, nix_get_ctx_name(ctype), req->qidx, in rvu_nix_verify_aq_ctx()
1177 int qidx, q_cnt = 0; in nix_lf_hwctx_disable() local
1210 for (qidx = 0; qidx < q_cnt; qidx++) { in nix_lf_hwctx_disable()
1211 if (!test_bit(qidx, bmap)) in nix_lf_hwctx_disable()
1213 aq_req.qidx = qidx; in nix_lf_hwctx_disable()
1218 nix_get_ctx_name(req->ctype), qidx); in nix_lf_hwctx_disable()
1242 lock_ctx_req.qidx = req->qidx; in nix_lf_hwctx_lockdown()
1248 nix_get_ctx_name(req->ctype), req->qidx); in nix_lf_hwctx_lockdown()
2752 aq_req.qidx = mce; in nix_blk_setup_mce()
4865 aq_req.qidx = (prof_idx & 0x3FFF) | (layer << 14); in nix_init_policer_context()
4994 layer = (req->qidx >> 14) & 0x03; in nix_verify_bandprof()
4995 prof_idx = req->qidx & 0x3FFF; in nix_verify_bandprof()
5165 u16 pcifunc, u8 ctype, u32 qidx) in nix_aq_context_read() argument
5171 aq_req->qidx = qidx; in nix_aq_context_read()
5188 aq_req->qidx = leaf_prof; in nix_ipolicer_map_leaf_midprofs()
5313 aq_req.qidx = (mid_prof & 0x3FFF) | (BAND_PROF_MID_LAYER << 14); in rvu_nix_setup_ratelimit_aggr()