Home
last modified time | relevance | path

Searched refs:nfp_flower_cmsg_alloc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.c22 nfp_flower_cmsg_alloc(struct nfp_app *app, unsigned int size, in nfp_flower_cmsg_alloc() function
49 skb = nfp_flower_cmsg_alloc(app, struct_size(msg, ports, num_ports), in nfp_flower_cmsg_mac_repr_start()
81 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(*msg), in nfp_flower_cmsg_portmod()
106 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(*msg), in nfp_flower_cmsg_portreify()
Dqos_conf.c111 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(struct nfp_police_config), in nfp_flower_install_rate_limiter()
162 skb = nfp_flower_cmsg_alloc(repr->app, sizeof(struct nfp_police_config), in nfp_flower_remove_rate_limiter()
229 skb = nfp_flower_cmsg_alloc(fl_priv->app, in nfp_flower_stats_rlim_request()
Dcmsg.h742 nfp_flower_cmsg_alloc(struct nfp_app *app, unsigned int size,
Dlag_conf.c214 skb = nfp_flower_cmsg_alloc(priv->app, size, in nfp_fl_lag_config_group()
Dtunnel_conf.c318 skb = nfp_flower_cmsg_alloc(app, plen, mtype, flag); in nfp_flower_xmit_tun_conf()
Doffload.c113 skb = nfp_flower_cmsg_alloc(app, tot_len, mtype, GFP_KERNEL); in nfp_flower_xmit_flow()