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

Function cdx_add_device

dpdk/drivers/bus/cdx/cdx.c:106–110  ·  view source on GitHub ↗

Add a device to CDX bus */

Source from the content-addressed store, hash-verified

104
105/* Add a device to CDX bus */
106static void
107cdx_add_device(struct rte_cdx_device *cdx_dev)
108{
109 TAILQ_INSERT_TAIL(&rte_cdx_bus.device_list, cdx_dev, next);
110}
111
112static int
113cdx_get_kernel_driver_by_path(const char *filename, char *driver_name,

Callers 1

cdx_scan_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected