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

Function dpaa2_get_mcp_ptr

dpdk/drivers/bus/fslmc/fslmc_vfio.c:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51void *(*rte_mcp_ptr_list);
52
53void *
54dpaa2_get_mcp_ptr(int portal_idx)
55{
56 if (rte_mcp_ptr_list)
57 return rte_mcp_ptr_list[portal_idx];
58 else
59 return NULL;
60}
61
62static struct rte_dpaa2_object_list dpaa2_obj_list =
63 TAILQ_HEAD_INITIALIZER(dpaa2_obj_list);

Callers 12

rte_hw_mbuf_get_countFunction · 0.85
dpaa2_sec_stats_getFunction · 0.85
dpaa2_sec_dev_initFunction · 0.85
dpaa2_dev_initFunction · 0.85
dpaa2_dpdmai_dev_initFunction · 0.85
dpaa2_create_dpio_deviceFunction · 0.85
dpaa2_create_dpbp_deviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected