Lines Matching refs:dev_type
436 local ids dev_types dev_type dev_id bdf bdfs vmd _vmd
455 while read -r _ dev_type dev_id; do
456 [[ $dev_type == *$type* ]] || continue
458 [[ $dev_type == *NVME* ]] && bdfs=(${pci_bus_cache["$dev_id"]})
459 [[ $dev_type == *VIRT* ]] && bdfs=(${pci_bus_cache["0x1af4:$dev_id"]})
460 [[ $dev_type =~ ($dev_types) ]] && dev_type=${BASH_REMATCH[1],,}
461 types_d["$dev_type"]=1
463 eval "${dev_type}_d[$bdf]=0"
465 all_devices_type_d["$bdf"]=$dev_type