Home
last modified time | relevance | path

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

/spdk/scripts/
H A Dsetup.sh367 local driver_path=""
382 driver_path="$DRIVER_OVERRIDE"
387 if [[ "$driver_path" = "$driver_name" ]]; then
388 driver_path=""
402 driver_path="$igb_uio_fallback"
412 if [[ -n "$driver_path" ]]; then
413 insmod $driver_path || true