Home
last modified time | relevance | path

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

/misc/config_tools/library/
A Dlaunch_cfg_lib.py195 bdf_list = {}
199 for idx, bdf_v in bdf_list.items():
201 bdf_list[idx] = bdf_v.split()[0]
203 return bdf_list
206 def get_vpid_from_bdf(bdf_vpid_map, bdf_list): argument
211 if bdf_k == bdf_list[p_id]:
216 elif not bdf_list[p_id]:
267 def pt_devs_check(bdf_list, vpid_list, item): argument
271 for bdf_str in bdf_list.values():
376 def get_slot(bdf_list, dev): argument
[all …]
A Dscenario_cfg_lib.py68 bdf_list = []
73 bdf_list.append(bdf)
75 pci_devs[vm_i] = bdf_list
/misc/config_tools/board_config/
A Dboard_info_h.py21 for dev,bdf_list in known_caps_pci_devs.items():
23 bdf_list_len = len(bdf_list)
A Dboard_c.py439 for dev,bdf_list in known_caps_pci_devs.items():
442 bdf_list_len = len(bdf_list)
447 b = bdf_list[i].split(":")[0]
448 d = bdf_list[i].split(":")[1].split(".")[0]
449 f = bdf_list[i].split(".")[1]
A Dvbar_base_h.py374 bdf_list = board_cfg_lib.get_known_caps_pci_devs().get('VMSIX', [])
378 pci_devs_per_vm = get_devs_per_vm_with_key(pci_devs, bdf_list)
381 d for d in bdf_list

Completed in 13 milliseconds