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

Function rte_dev_driver

dpdk/lib/eal/common/eal_common_dev.c:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47const struct rte_driver *
48rte_dev_driver(const struct rte_device *dev)
49{
50 return dev->driver;
51}
52
53const char *
54rte_dev_name(const struct rte_device *dev)

Callers 1

device_infos_displayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected