Searched refs:aq_rsp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 1279 struct nix_cn10k_aq_enq_rsp aq_rsp; in rvu_nix_verify_aq_ctx() local 1285 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, in rvu_nix_verify_aq_ctx() 1320 *(u64 *)((u8 *)&aq_rsp.cq + word * 8) &= in rvu_nix_verify_aq_ctx() 1326 if (memcmp(&aq_req.cq, &aq_rsp.cq, NIX_MAX_CTX_SIZE)) in rvu_nix_verify_aq_ctx() 6007 struct nix_cn10k_aq_enq_rsp *aq_rsp, in nix_aq_context_read() argument 6018 (struct nix_aq_enq_rsp *)aq_rsp); in nix_aq_context_read() 6024 struct nix_cn10k_aq_enq_rsp *aq_rsp, in nix_ipolicer_map_leaf_midprofs() argument 6042 (struct nix_aq_enq_rsp *)aq_rsp); in nix_ipolicer_map_leaf_midprofs() 6052 struct nix_cn10k_aq_enq_rsp aq_rsp; in rvu_nix_setup_ratelimit_aggr() local 6065 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, pcifunc, in rvu_nix_setup_ratelimit_aggr() [all …]
|
| H A D | rvu.h | 1028 struct nix_cn10k_aq_enq_rsp *aq_rsp,
|
| H A D | rvu_debugfs.c | 2683 struct nix_cn10k_aq_enq_rsp aq_rsp; in rvu_dbg_nix_band_prof_ctx_display() local 2710 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, in rvu_dbg_nix_band_prof_ctx_display() 2728 print_band_prof_ctx(m, &aq_rsp.prof); in rvu_dbg_nix_band_prof_ctx_display()
|