Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h922 struct nix_cq_ctx_s cq;
930 struct nix_cq_ctx_s cq_mask;
942 struct nix_cq_ctx_s cq;
958 struct nix_cq_ctx_s cq;
966 struct nix_cq_ctx_s cq_mask;
978 struct nix_cq_ctx_s cq;
Drvu_struct.h339 struct nix_cq_ctx_s { struct
Drvu_nix.c1104 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1121 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1198 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1238 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1239 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1258 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx()
1266 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()
Drvu_debugfs.c2189 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()