| 397 | } |
| 398 | |
| 399 | static bool |
| 400 | eth_dev_is_allocated(const struct rte_eth_dev *ethdev) |
| 401 | { |
| 402 | return ethdev->data != NULL && ethdev->data->name[0] != '\0'; |
| 403 | } |
| 404 | |
| 405 | int |
| 406 | rte_eth_dev_is_valid_port(uint16_t port_id) |
no outgoing calls
no test coverage detected