| 115 | } |
| 116 | |
| 117 | int |
| 118 | rte_dev_is_probed(const struct rte_device *dev) |
| 119 | { |
| 120 | /* The field driver should be set only when the probe is successful. */ |
| 121 | return dev->driver != NULL; |
| 122 | } |
| 123 | |
| 124 | /* helper function to build devargs, caller should free the memory */ |
| 125 | static int |
no outgoing calls
no test coverage detected