Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h912 struct nix_bandprof_s prof;
920 struct nix_bandprof_s prof_mask;
932 struct nix_bandprof_s prof;
948 struct nix_bandprof_s prof;
956 struct nix_bandprof_s prof_mask;
968 struct nix_bandprof_s prof;
H A Drvu_struct.h706 struct nix_bandprof_s { struct
H A Drvu_nix.c1000 sizeof(struct nix_bandprof_s)); in rvu_nix_blk_aq_enq_inst()
1014 memcpy(ctx, &req->prof, sizeof(struct nix_bandprof_s)); in rvu_nix_blk_aq_enq_inst()
1094 sizeof(struct nix_bandprof_s)); in rvu_nix_blk_aq_enq_inst()
5632 memcpy(&aq_req.prof, &aq_rsp.prof, sizeof(struct nix_bandprof_s)); in rvu_nix_setup_ratelimit_aggr()
5633 memset((char *)&aq_req.prof_mask, 0xff, sizeof(struct nix_bandprof_s)); in rvu_nix_setup_ratelimit_aggr()
H A Drvu_debugfs.c2153 struct nix_bandprof_s *prof) in print_band_prof_ctx()