Lines Matching refs:qidx
875 if (!pfvf->rq_ctx || req->qidx >= pfvf->rq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
879 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
883 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
890 (req->qidx >= (256UL << (cfg & 0xF)))) in rvu_nix_blk_aq_enq_inst()
898 (req->qidx >= (256UL << (cfg & 0xF)))) in rvu_nix_blk_aq_enq_inst()
931 inst.cindex = req->qidx; in rvu_nix_blk_aq_enq_inst()
1007 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1009 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()
1011 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1017 (test_bit(req->qidx, pfvf->rq_bmap) & in rvu_nix_blk_aq_enq_inst()
1020 __set_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1022 __clear_bit(req->qidx, pfvf->rq_bmap); in rvu_nix_blk_aq_enq_inst()
1026 (test_bit(req->qidx, pfvf->sq_bmap) & in rvu_nix_blk_aq_enq_inst()
1029 __set_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()
1031 __clear_bit(req->qidx, pfvf->sq_bmap); in rvu_nix_blk_aq_enq_inst()
1035 (test_bit(req->qidx, pfvf->cq_bmap) & in rvu_nix_blk_aq_enq_inst()
1038 __set_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1040 __clear_bit(req->qidx, pfvf->cq_bmap); in rvu_nix_blk_aq_enq_inst()
1083 req->hdr.pcifunc, ctype, req->qidx); in rvu_nix_verify_aq_ctx()
1087 __func__, nix_get_ctx_name(ctype), req->qidx, in rvu_nix_verify_aq_ctx()
1184 int qidx, q_cnt = 0; in nix_lf_hwctx_disable() local
1217 for (qidx = 0; qidx < q_cnt; qidx++) { in nix_lf_hwctx_disable()
1218 if (!test_bit(qidx, bmap)) in nix_lf_hwctx_disable()
1220 aq_req.qidx = qidx; in nix_lf_hwctx_disable()
1225 nix_get_ctx_name(req->ctype), qidx); in nix_lf_hwctx_disable()
1249 lock_ctx_req.qidx = req->qidx; in nix_lf_hwctx_lockdown()
1255 nix_get_ctx_name(req->ctype), req->qidx); in nix_lf_hwctx_lockdown()
2766 aq_req.qidx = mce; in nix_blk_setup_mce()
4960 aq_req.qidx = (prof_idx & 0x3FFF) | (layer << 14); in nix_init_policer_context()
5091 layer = (req->qidx >> 14) & 0x03; in nix_verify_bandprof()
5092 prof_idx = req->qidx & 0x3FFF; in nix_verify_bandprof()
5262 u16 pcifunc, u8 ctype, u32 qidx) in nix_aq_context_read() argument
5268 aq_req->qidx = qidx; in nix_aq_context_read()
5285 aq_req->qidx = leaf_prof; in nix_ipolicer_map_leaf_midprofs()
5410 aq_req.qidx = (mid_prof & 0x3FFF) | (BAND_PROF_MID_LAYER << 14); in rvu_nix_setup_ratelimit_aggr()