Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h504 struct nix_sq_ctx_s sq;
511 struct nix_sq_ctx_s sq_mask;
522 struct nix_sq_ctx_s sq;
H A Drvu_struct.h676 struct nix_sq_ctx_s { struct
H A 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()
H A Drvu_debugfs.c901 struct nix_sq_ctx_s *sq_ctx = &rsp->sq; in print_nix_sq_ctx()