| 40 | } |
| 41 | |
| 42 | static inline const char * |
| 43 | rte_vdev_device_args(const struct rte_vdev_device *dev) |
| 44 | { |
| 45 | if (dev && dev->device.devargs) |
| 46 | return dev->device.devargs->args; |
| 47 | return ""; |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Probe function called for each virtual device driver once. |
no outgoing calls
no test coverage detected