Searched refs:cnxk_mtr_profile_node (Results 1 – 2 of 2) sorted by relevance
65 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()
192 struct cnxk_mtr_profile_node *profile;238 struct cnxk_mtr_profile_node { struct239 TAILQ_ENTRY(cnxk_mtr_profile_node) next;245 TAILQ_HEAD(cnxk_mtr_profiles, cnxk_mtr_profile_node); argument