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