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

Function dpaa2_tm_init

dpdk/drivers/net/dpaa2/dpaa2_tm.c:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#define DPAA2_PKT_ADJUST_LEN_MAX 0x7ff
20
21int
22dpaa2_tm_init(struct rte_eth_dev *dev)
23{
24 struct dpaa2_dev_priv *priv = dev->data->dev_private;
25
26 LIST_INIT(&priv->shaper_profiles);
27 LIST_INIT(&priv->nodes);
28
29 return 0;
30}
31
32void dpaa2_tm_deinit(struct rte_eth_dev *dev)
33{

Callers 2

dpaa2_eth_dev_configureFunction · 0.85
dpaa2_hierarchy_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected