Home
last modified time | relevance | path

Searched refs:NIX_AQ_INSTOP_WRITE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c163 cn10k_sq_aq->op = NIX_AQ_INSTOP_WRITE; in otx2_pfc_update_sq_smq_mapping()
178 sq_aq->op = NIX_AQ_INSTOP_WRITE; in otx2_pfc_update_sq_smq_mapping()
369 aq->op = NIX_AQ_INSTOP_WRITE; in otx2_update_bpid_in_rqctx()
H A Dqos_sq.c180 cn10k_sq_aq->op = NIX_AQ_INSTOP_WRITE; in otx2_qos_ctx_disable()
189 sq_aq->op = NIX_AQ_INSTOP_WRITE; in otx2_qos_ctx_disable()
H A Dcn10k.c328 aq->op = NIX_AQ_INSTOP_WRITE; in cn10k_map_unmap_rq_policer()
464 aq->op = NIX_AQ_INSTOP_WRITE; in cn10k_set_ipolicer_rate()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c952 (req->op == NIX_AQ_INSTOP_WRITE && in rvu_nix_blk_aq_enq_inst()
982 case NIX_AQ_INSTOP_WRITE: in rvu_nix_blk_aq_enq_inst()
1044 if (req->op == NIX_AQ_INSTOP_WRITE) { in rvu_nix_blk_aq_enq_inst()
1181 if (!err && req->op == NIX_AQ_INSTOP_WRITE) { in rvu_nix_aq_enq_inst()
1245 aq_req.op = NIX_AQ_INSTOP_WRITE; in nix_lf_hwctx_disable()
3116 err = nix_blk_setup_mce(rvu, nix_hw, idx, NIX_AQ_INSTOP_WRITE, in nix_update_mce_list()
5503 aq_req->op = NIX_AQ_INSTOP_WRITE; in nix_ipolicer_map_leaf_midprofs()
5631 aq_req.op = NIX_AQ_INSTOP_WRITE; in rvu_nix_setup_ratelimit_aggr()
H A Drvu_struct.h312 NIX_AQ_INSTOP_WRITE = 0x2, enumerator