Searched refs:show_device_status (Results 1 – 1 of 1) sorted by relevance
| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 542 def show_device_status(devices_type, device_name, if_field=False): function 591 show_device_status(network_devices, "Network", if_field=True) 594 show_device_status(baseband_devices, "Baseband") 597 show_device_status(crypto_devices, "Crypto") 600 show_device_status(dma_devices, "DMA") 603 show_device_status(eventdev_devices, "Eventdev") 606 show_device_status(mempool_devices, "Mempool") 609 show_device_status(compress_devices, "Compress") 612 show_device_status(misc_devices, "Misc (rawdev)") 615 show_device_status(regex_devices, "Regex")
|