Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h503 struct nix_rq_ctx_s rq;
510 struct nix_rq_ctx_s rq_mask;
521 struct nix_rq_ctx_s rq;
Drvu_struct.h497 struct nix_rq_ctx_s { struct
Drvu_nix.c737 sizeof(struct nix_rq_ctx_s)); in rvu_nix_aq_enq_inst()
753 memcpy(ctx, &req->rq, sizeof(struct nix_rq_ctx_s)); in rvu_nix_aq_enq_inst()
826 sizeof(struct nix_rq_ctx_s)); in rvu_nix_aq_enq_inst()
Drvu_debugfs.c965 struct nix_rq_ctx_s *rq_ctx = &rsp->rq; in print_nix_rq_ctx()