Home
last modified time | relevance | path

Searched refs:devices_type (Results 1 – 1 of 1) sorted by relevance

/dpdk/usertools/
H A Ddpdk-devbind.py196 def get_device_details(devices_type): argument
209 if device_type_match(dev, devices_type):
230 if devices_type == network_devices:
245 if not device_type_match(devices[d], devices_type):
253 if devices_type == network_devices:
277 def device_type_match(dev, devices_type): argument
278 for i in range(len(devices_type)):
282 if dev["Class"][0:2] == devices_type[i]["Class"]:
284 for key in devices_type[i].keys():
285 if key != 'Class' and devices_type[i][key]:
[all …]