Home
last modified time | relevance | path

Searched refs:mtr_profiles (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c68 struct cnxk_mtr_profiles *fmps = &dev->mtr_profiles; in nix_mtr_profile_find()
228 struct cnxk_mtr_profiles *fmps = &dev->mtr_profiles; in cnxk_nix_mtr_profile_add()
283 TAILQ_REMOVE(&dev->mtr_profiles, fmp, next); in cnxk_nix_mtr_profile_delete()
H A Dcnxk_ethdev.h416 struct cnxk_mtr_profiles mtr_profiles; member
H A Dcnxk_ethdev.c787 TAILQ_INIT(&dev->mtr_profiles); in nix_ingress_policer_setup()