Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
const struct rte_driver *
48
rte_dev_driver(const struct rte_device *dev)
49
{
50
return dev->driver;
51
}
52
53
const char *
54
rte_dev_name(const struct rte_device *dev)
Callers
1
device_infos_display
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected