Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.h952 struct nix_cq_ctx_s cq;
960 struct nix_cq_ctx_s cq_mask;
972 struct nix_cq_ctx_s cq;
988 struct nix_cq_ctx_s cq;
996 struct nix_cq_ctx_s cq_mask;
1008 struct nix_cq_ctx_s cq;
A Drvu_struct.h341 struct nix_cq_ctx_s { struct
A Drvu_nix.c1158 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1175 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1252 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1292 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1293 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1312 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx()
1320 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()
A Drvu_debugfs.c2224 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()

Completed in 37 milliseconds