Remove a device from CDX bus */
| 516 | |
| 517 | /* Remove a device from CDX bus */ |
| 518 | static void |
| 519 | cdx_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 |