Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h895 struct nix_bandprof_s prof;
903 struct nix_bandprof_s prof_mask;
915 struct nix_bandprof_s prof;
951 struct nix_bandprof_s prof;
Drvu_struct.h706 struct nix_bandprof_s { struct
Drvu_nix.c956 sizeof(struct nix_bandprof_s)); in rvu_nix_blk_aq_enq_inst()
970 memcpy(ctx, &req->prof, sizeof(struct nix_bandprof_s)); in rvu_nix_blk_aq_enq_inst()
1050 sizeof(struct nix_bandprof_s)); in rvu_nix_blk_aq_enq_inst()
5347 memcpy(&aq_req.prof, &aq_rsp.prof, sizeof(struct nix_bandprof_s)); in rvu_nix_setup_ratelimit_aggr()
5348 memset((char *)&aq_req.prof_mask, 0xff, sizeof(struct nix_bandprof_s)); in rvu_nix_setup_ratelimit_aggr()
Drvu_debugfs.c2150 struct nix_bandprof_s *prof) in print_band_prof_ctx()