Home
last modified time | relevance | path

Searched refs:NIX_AQ_CTYPE_SQ (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c179 cn10k_sq_aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_qos_ctx_disable()
188 sq_aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_qos_ctx_disable()
H A Dotx2_dcbnl.c162 cn10k_sq_aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_pfc_update_sq_smq_mapping()
177 sq_aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_pfc_update_sq_smq_mapping()
H A Dcn10k.c103 aq->ctype = NIX_AQ_CTYPE_SQ; in cn10k_sq_aq_init()
H A Dotx2_common.c917 aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_sq_aq_init()
H A Dotx2_pf.c1424 otx2_ctx_disable(&pf->mbox, NIX_AQ_CTYPE_SQ, false); in otx2_free_sq_res()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1875 case NIX_AQ_CTYPE_SQ: in rvu_dbg_nix_queue_ctx_display()
1895 if (ctype == NIX_AQ_CTYPE_SQ && !pfvf->sq_ctx) { in rvu_dbg_nix_queue_ctx_display()
1906 if (ctype == NIX_AQ_CTYPE_SQ) { in rvu_dbg_nix_queue_ctx_display()
1956 if (ctype == NIX_AQ_CTYPE_SQ) { in write_nix_queue_ctx()
1988 case NIX_AQ_CTYPE_SQ: in write_nix_queue_ctx()
2021 case NIX_AQ_CTYPE_SQ: in rvu_dbg_nix_queue_ctx_write()
2060 NIX_AQ_CTYPE_SQ); in rvu_dbg_nix_sq_ctx_write()
2065 return rvu_dbg_nix_queue_ctx_display(filp, unused, NIX_AQ_CTYPE_SQ); in rvu_dbg_nix_sq_ctx_display()
H A Drvu_nix.c907 case NIX_AQ_CTYPE_SQ: in rvu_nix_blk_aq_enq_inst()
950 if (req->ctype == NIX_AQ_CTYPE_SQ && in rvu_nix_blk_aq_enq_inst()
986 else if (req->ctype == NIX_AQ_CTYPE_SQ) in rvu_nix_blk_aq_enq_inst()
1005 else if (req->ctype == NIX_AQ_CTYPE_SQ) in rvu_nix_blk_aq_enq_inst()
1038 if (req->ctype == NIX_AQ_CTYPE_SQ && req->sq.ena) in rvu_nix_blk_aq_enq_inst()
1054 if (req->ctype == NIX_AQ_CTYPE_SQ) { in rvu_nix_blk_aq_enq_inst()
1080 else if (req->ctype == NIX_AQ_CTYPE_SQ) in rvu_nix_blk_aq_enq_inst()
1199 case NIX_AQ_CTYPE_SQ: in nix_get_ctx_name()
1231 if (req->ctype == NIX_AQ_CTYPE_SQ) { in nix_lf_hwctx_disable()
4815 ctx_req.ctype = NIX_AQ_CTYPE_SQ; in rvu_nix_lf_teardown()
H A Drvu_struct.h300 NIX_AQ_CTYPE_SQ = 0x1, enumerator