Searched refs:nix_cq_ctx_s (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.h | 505 struct nix_cq_ctx_s cq; 512 struct nix_cq_ctx_s cq_mask; 523 struct nix_cq_ctx_s cq;
|
H A D | rvu_struct.h | 433 struct nix_cq_ctx_s { struct
|
H A D | rvu_nix.c | 743 sizeof(struct nix_cq_ctx_s)); in rvu_nix_aq_enq_inst() 757 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_aq_enq_inst() 832 sizeof(struct nix_cq_ctx_s)); in rvu_nix_aq_enq_inst()
|
H A D | rvu_debugfs.c | 1027 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.h | 908 struct nix_cq_ctx_s cq; 916 struct nix_cq_ctx_s cq_mask; 928 struct nix_cq_ctx_s cq; 944 struct nix_cq_ctx_s cq; 952 struct nix_cq_ctx_s cq_mask; 964 struct nix_cq_ctx_s cq;
|
H A D | rvu_struct.h | 341 struct nix_cq_ctx_s { struct
|
H A D | rvu_nix.c | 991 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst() 1008 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst() 1085 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst() 1125 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx() 1126 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx() 1145 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx() 1153 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()
|
H A D | rvu_debugfs.c | 1827 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()
|
Completed in 31 milliseconds