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

Function rte_dev_bus

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

Source from the content-addressed store, hash-verified

27}
28
29const struct rte_bus *
30rte_dev_bus(const struct rte_device *dev)
31{
32 return dev->bus;
33}
34
35const char *
36rte_dev_bus_info(const struct rte_device *dev)

Callers 1

device_infos_displayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected