Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_dev_bus_info
Function
rte_dev_bus_info
dpdk/lib/eal/common/eal_common_dev.c:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
const char *
36
rte_dev_bus_info(const struct rte_device *dev)
37
{
38
return dev->bus_info;
39
}
40
41
const struct rte_devargs *
42
rte_dev_devargs(const struct rte_device *dev)
Callers
1
device_infos_display
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected