Searched refs:show_device_status (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-devbind.py | 513 def show_device_status(devices_type, device_name, if_field=False): function 561 show_device_status(network_devices, "Network", if_field=True) 564 show_device_status(baseband_devices, "Baseband") 567 show_device_status(crypto_devices, "Crypto") 570 show_device_status(eventdev_devices, "Eventdev") 573 show_device_status(mempool_devices, "Mempool") 576 show_device_status(compress_devices, "Compress") 579 show_device_status(misc_devices, "Misc (rawdev)") 582 show_device_status(regex_devices, "Regex")
|