Searched refs:nfp_police_config (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | qos_conf.c | 42 struct nfp_police_config { struct 68 struct nfp_police_config *config; in nfp_flower_install_rate_limiter() 111 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(struct nfp_police_config), in nfp_flower_install_rate_limiter() 117 memset(config, 0, sizeof(struct nfp_police_config)); in nfp_flower_install_rate_limiter() 143 struct nfp_police_config *config; in nfp_flower_remove_rate_limiter() 162 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(struct nfp_police_config), in nfp_flower_remove_rate_limiter() 174 memset(config, 0, sizeof(struct nfp_police_config)); in nfp_flower_remove_rate_limiter()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | qos_conf.c | 68 struct nfp_police_config { struct 89 struct nfp_police_config *config; in nfp_flower_offload_one_police() 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() 756 struct nfp_police_config *config; in nfp_act_remove_actions() 777 skb = nfp_flower_cmsg_alloc(app, sizeof(struct nfp_police_config), in nfp_act_remove_actions() 783 memset(config, 0, sizeof(struct nfp_police_config)); in nfp_act_remove_actions() [all...] |
Completed in 3 milliseconds