Searched refs:nix_cq_ctx_s (Results 1 – 4 of 4) sorted by relevance
900 struct nix_cq_ctx_s cq;908 struct nix_cq_ctx_s cq_mask;920 struct nix_cq_ctx_s cq;936 struct nix_cq_ctx_s cq;944 struct nix_cq_ctx_s cq_mask;956 struct nix_cq_ctx_s cq;
961 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()978 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()1055 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()1095 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()1096 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()1115 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx()1123 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
1821 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()
Completed in 34 milliseconds