Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Dcnxk_telemetry_nix.c273 ctx = (volatile struct nix_rq_ctx_s *)qctx; in nix_rq_ctx_cn9k()
352 ctx = (volatile struct nix_cn10k_rq_ctx_s *)qctx; in nix_rq_ctx()
446 volatile void *qctx; in cnxk_tel_nix_rq_ctx() local
453 rc = nix_q_ctx_get(dev, NIX_AQ_CTYPE_RQ, n, &qctx); in cnxk_tel_nix_rq_ctx()
460 nix_rq_ctx_cn9k(qctx, d); in cnxk_tel_nix_rq_ctx()
462 nix_rq_ctx(qctx, d); in cnxk_tel_nix_rq_ctx()
523 ctx = (volatile struct nix_sq_ctx_s *)qctx; in nix_sq_ctx_cn9k()
608 ctx = (volatile struct nix_cn10k_sq_ctx_s *)qctx; in nix_sq_ctx()
695 volatile void *qctx; in cnxk_tel_nix_sq_ctx() local
709 nix_sq_ctx_cn9k(qctx, d); in cnxk_tel_nix_sq_ctx()
[all …]