Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h504 struct nix_sq_ctx_s sq;
511 struct nix_sq_ctx_s sq_mask;
522 struct nix_sq_ctx_s sq;
Drvu_struct.h676 struct nix_sq_ctx_s { struct
Drvu_nix.c729 sizeof(struct nix_sq_ctx_s)); in rvu_nix_aq_enq_inst()
744 memcpy(ctx, &req->sq, sizeof(struct nix_sq_ctx_s)); in rvu_nix_aq_enq_inst()
818 sizeof(struct nix_sq_ctx_s)); in rvu_nix_aq_enq_inst()
Drvu_debugfs.c813 struct nix_sq_ctx_s *sq_ctx = &rsp->sq; in print_nix_sq_ctx()