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

Function rte_driver_name

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

Source from the content-addressed store, hash-verified

21#include "hotplug_mp.h"
22
23const char *
24rte_driver_name(const struct rte_driver *driver)
25{
26 return driver->name;
27}
28
29const struct rte_bus *
30rte_dev_bus(const struct rte_device *dev)

Callers 1

device_infos_displayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected