Searched refs:nix_cq_ctx_s (Results 1 – 4 of 4) sorted by relevance
804 struct nix_cq_ctx_s cq;812 struct nix_cq_ctx_s cq_mask;824 struct nix_cq_ctx_s cq;840 struct nix_cq_ctx_s cq;848 struct nix_cq_ctx_s cq_mask;860 struct nix_cq_ctx_s cq;
954 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()971 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()1048 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()1088 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()1089 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()1108 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx()1116 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()
341 struct nix_cq_ctx_s { struct
1472 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()
Completed in 33 milliseconds