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

Function rte_dev_devargs

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

Source from the content-addressed store, hash-verified

39}
40
41const struct rte_devargs *
42rte_dev_devargs(const struct rte_device *dev)
43{
44 return dev->devargs;
45}
46
47const struct rte_driver *
48rte_dev_driver(const struct rte_device *dev)

Callers 2

device_infos_displayFunction · 0.85
port_infos_displayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected