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

Function dpaa2_eventdev_probe

dpdk/drivers/event/dpaa2/dpaa2_eventdev.c:1186–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184
1185
1186static int
1187dpaa2_eventdev_probe(struct rte_vdev_device *vdev)
1188{
1189 const char *name;
1190
1191 name = rte_vdev_device_name(vdev);
1192 DPAA2_EVENTDEV_INFO("Initializing %s", name);
1193 return dpaa2_eventdev_create(name, vdev);
1194}
1195
1196static int
1197dpaa2_eventdev_remove(struct rte_vdev_device *vdev)

Callers

nothing calls this directly

Calls 2

rte_vdev_device_nameFunction · 0.85
dpaa2_eventdev_createFunction · 0.85

Tested by

no test coverage detected