Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h902 struct nix_cq_ctx_s cq;
910 struct nix_cq_ctx_s cq_mask;
922 struct nix_cq_ctx_s cq;
938 struct nix_cq_ctx_s cq;
946 struct nix_cq_ctx_s cq_mask;
958 struct nix_cq_ctx_s cq;
Drvu_struct.h341 struct nix_cq_ctx_s { struct
Drvu_nix.c990 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1007 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1084 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1124 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1125 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1144 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx()
1152 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()
Drvu_debugfs.c1827 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()