Searched refs:nfp_police_config (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/ |
D | qos_conf.c | 68 struct nfp_police_config { struct 89 struct nfp_police_config *config; in nfp_flower_offload_one_police() argument 92 skb = nfp_flower_cmsg_alloc(app, sizeof(struct nfp_police_config), in nfp_flower_offload_one_police() 98 memset(config, 0, sizeof(struct nfp_police_config)); in nfp_flower_offload_one_police() 295 struct nfp_police_config *config; in nfp_flower_remove_rate_limiter() 329 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(struct nfp_police_config), in nfp_flower_remove_rate_limiter() 335 memset(config, 0, sizeof(struct nfp_police_config)); in nfp_flower_remove_rate_limiter() 750 struct nfp_police_config *config; in nfp_act_remove_actions() 771 skb = nfp_flower_cmsg_alloc(app, sizeof(struct nfp_police_config), in nfp_act_remove_actions() 777 memset(config, 0, sizeof(struct nfp_police_config)); in nfp_act_remove_actions()
|