Lines Matching refs:device_bdf
7 local device_bdf
17 for device_bdf in "$@"; do
18 test -d /sys/bus/pci/devices/${device_bdf}
20 device_dir=${DEVICES_DIR}/${device_bdf}
22 echo "${device_bdf} has already been set up, exiting."
28 numvfs=$(get_sriov_numvfs ${device_bdf})
30 set_sriov_numvfs ${device_bdf} 0
34 driver=$(get_driver ${device_bdf})
36 unbind ${device_bdf} ${driver}
40 set_driver_override ${device_bdf} vfio-pci
43 bind ${device_bdf} vfio-pci