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

Function rte_dev_name

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

Source from the content-addressed store, hash-verified

51}
52
53const char *
54rte_dev_name(const struct rte_device *dev)
55{
56 return dev->name;
57}
58
59int
60rte_dev_numa_node(const struct rte_device *dev)

Callers 15

cmp_dev_nameFunction · 0.85
cmp_dev_matchFunction · 0.85
device_infos_displayFunction · 0.85
dma_unmap_cbFunction · 0.85
dma_map_cbFunction · 0.85
detach_deviceFunction · 0.85
show_portFunction · 0.85
dump_regsFunction · 0.85
setup_lpmFunction · 0.85
setup_fibFunction · 0.85

Calls

no outgoing calls

Tested by 5

cmp_dev_nameFunction · 0.68
cmp_dev_matchFunction · 0.68
dma_unmap_cbFunction · 0.68
dma_map_cbFunction · 0.68
detach_deviceFunction · 0.68