Home
last modified time | relevance | path

Searched refs:aq_rsp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c1272 struct nix_cn10k_aq_enq_rsp aq_rsp; in rvu_nix_verify_aq_ctx() local
1278 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, in rvu_nix_verify_aq_ctx()
1313 *(u64 *)((u8 *)&aq_rsp.cq + word * 8) &= in rvu_nix_verify_aq_ctx()
1319 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()
5988 struct nix_cn10k_aq_enq_rsp *aq_rsp, in nix_aq_context_read() argument
5999 (struct nix_aq_enq_rsp *)aq_rsp); in nix_aq_context_read()
6005 struct nix_cn10k_aq_enq_rsp *aq_rsp, in nix_ipolicer_map_leaf_midprofs() argument
6021 (struct nix_aq_enq_rsp *)aq_rsp); in nix_ipolicer_map_leaf_midprofs()
6029 struct nix_cn10k_aq_enq_rsp aq_rsp; in rvu_nix_setup_ratelimit_aggr() local
6042 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, pcifunc, in rvu_nix_setup_ratelimit_aggr()
[all …]
H A Drvu.h942 struct nix_cn10k_aq_enq_rsp *aq_rsp,