Searched refs:nix_cq_ctx_s (Results 1 – 4 of 4) sorted by relevance
902 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;
341 struct nix_cq_ctx_s { struct
990 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()
1827 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()