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

Function cdx_remove_device

dpdk/drivers/bus/cdx/cdx.c:518–522  ·  view source on GitHub ↗

Remove a device from CDX bus */

Source from the content-addressed store, hash-verified

516
517/* Remove a device from CDX bus */
518static void
519cdx_remove_device(struct rte_cdx_device *cdx_dev)
520{
521 TAILQ_REMOVE(&rte_cdx_bus.device_list, cdx_dev, next);
522}
523
524/*
525 * If vendor/device ID match, call the remove() function of the

Callers 1

cdx_unplugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected