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

Function event_dev_probing_finish

dpdk/lib/eventdev/rte_eventdev.c:1694–1702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1692}
1693
1694void
1695event_dev_probing_finish(struct rte_eventdev *eventdev)
1696{
1697 if (eventdev == NULL)
1698 return;
1699
1700 event_dev_fp_ops_set(rte_event_fp_ops + eventdev->data->dev_id,
1701 eventdev);
1702}
1703
1704static int
1705handle_dev_list(const char *cmd __rte_unused,

Callers 8

opdl_probeFunction · 0.85
sw_probeFunction · 0.85
ssovf_vdev_probeFunction · 0.85
dsw_probeFunction · 0.85
dpaa2_eventdev_createFunction · 0.85
skeleton_eventdev_createFunction · 0.85
dpaa_event_dev_createFunction · 0.85

Calls 1

event_dev_fp_ops_setFunction · 0.85

Tested by

no test coverage detected