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

Function dpaa_event_dev_probe

dpdk/drivers/event/dpaa/dpaa_eventdev.c:1043–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043static int
1044dpaa_event_dev_probe(struct rte_vdev_device *vdev)
1045{
1046 const char *name;
1047 const char *params;
1048
1049 name = rte_vdev_device_name(vdev);
1050 DPAA_EVENTDEV_INFO("Initializing %s", name);
1051
1052 params = rte_vdev_device_args(vdev);
1053
1054 return dpaa_event_dev_create(name, params, vdev);
1055}
1056
1057static int
1058dpaa_event_dev_remove(struct rte_vdev_device *vdev)

Callers

nothing calls this directly

Calls 3

rte_vdev_device_nameFunction · 0.85
rte_vdev_device_argsFunction · 0.85
dpaa_event_dev_createFunction · 0.85

Tested by

no test coverage detected