Home
last modified time | relevance | path

Searched refs:cnxk_mtr_profile_node (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c65 static struct cnxk_mtr_profile_node *
69 struct cnxk_mtr_profile_node *fmp; in nix_mtr_profile_find()
229 struct cnxk_mtr_profile_node *fmp; in cnxk_nix_mtr_profile_add()
244 fmp = plt_zmalloc(sizeof(struct cnxk_mtr_profile_node), ROC_ALIGN); in cnxk_nix_mtr_profile_add()
264 struct cnxk_mtr_profile_node *fmp; in cnxk_nix_mtr_profile_delete()
470 struct cnxk_mtr_profile_node *profile; in cnxk_nix_mtr_create()
890 struct cnxk_mtr_profile_node *profile; in nix_mtr_validate()
1047 struct cnxk_mtr_profile_node *profile = mtr->profile; in nix_mtr_config_map()
H A Dcnxk_ethdev.h192 struct cnxk_mtr_profile_node *profile;
238 struct cnxk_mtr_profile_node { struct
239 TAILQ_ENTRY(cnxk_mtr_profile_node) next;
245 TAILQ_HEAD(cnxk_mtr_profiles, cnxk_mtr_profile_node); argument