MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nfp_flow_dev_to_priv

Function nfp_flow_dev_to_priv

dpdk/drivers/net/nfp/nfp_flow.c:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147} __rte_aligned(32);
148
149static inline struct nfp_flow_priv *
150nfp_flow_dev_to_priv(struct rte_eth_dev *dev)
151{
152 struct nfp_flower_representor *repr;
153
154 repr = dev->data->dev_private;
155 return repr->app_fw_flower->flow_priv;
156}
157
158static int
159nfp_mask_id_alloc(struct nfp_flow_priv *priv,

Callers 2

nfp_flow_flushFunction · 0.85
nfp_flow_stats_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected