Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h505 struct nix_cq_ctx_s cq;
512 struct nix_cq_ctx_s cq_mask;
523 struct nix_cq_ctx_s cq;
H A Drvu_struct.h433 struct nix_cq_ctx_s { struct
H A Drvu_nix.c732 sizeof(struct nix_cq_ctx_s)); in rvu_nix_aq_enq_inst()
746 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_aq_enq_inst()
821 sizeof(struct nix_cq_ctx_s)); in rvu_nix_aq_enq_inst()
H A Drvu_debugfs.c1027 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx()