Searched refs:ctrl (Results 1 – 15 of 15) sorted by relevance
30 # ctrl. Each ctrl also gets a dedicated array which holds references to each45 local ctrl ctrl_dev reg val ns pci47 for ctrl in /sys/class/nvme/nvme*; do48 [[ -e $ctrl ]] || continue49 pci=$(< "$ctrl/address")51 ctrl_dev=${ctrl##*/}52 nvme_get "$ctrl_dev" id-ctrl "/dev/$ctrl_dev"54 for ns in "$ctrl/"@("ng${ctrl##*nvm[all...]
40 for ctrl in "${nvmes[@]}"; do41 nvme id-ctrl $ctrl42 nvme smart-log $ctrl43 nvme_model=$(nvme id-ctrl $ctrl | grep -w mn | sed 's/^.*: //' | sed 's/ *$//')48 nvme_cntlid=$(nvme id-ctrl $ctrl | grep -w cntlid | sed 's/^.*: //' | sed 's/ *$//')
81 ${ckeys[$3]:+--dhchap-ctrl-secret "$(< "${ckeys[$3]}")"}225 nvme_connect --dhchap-secret "$(< ${keys[2]})" --dhchap-ctrl-secret "$(< ${keys[3]})"
39 …run_test "vhost_scsi_fs_integrity" $WORKDIR/integrity/integrity_start.sh --ctrl-type=spdk_vhost_sc…42 …run_test "vhost_blk_fs_integrity" $WORKDIR/integrity/integrity_start.sh --ctrl-type=spdk_vhost_blk…46 --ctrl-type=spdk_vhost_scsi --distribute-cores --vm-count=250 --ctrl-type=spdk_vhost_blk --distribute-cores --vm-count=262 --ctrl-type=spdk_vhost_scsi --thin-provisioning66 --ctrl-type=spdk_vhost_blk
54 for ctrl in "${ordered_ctrls[@]}"; do55 $rpc_py bdev_nvme_attach_controller -b "$ctrl" -t PCIe -a "${bdfs["$ctrl"]}"56 $rpc_py bdev_nvme_cuse_register -n "$ctrl"
39 oacs=$(${NVME_CMD} id-ctrl $ctrlr | grep oacs | cut -d: -f2)46 ${NVME_CMD} id-ctrl $ctrlr > ${KERNEL_OUT}.447 ${NVME_CMD} list-ctrl $ctrlr > ${KERNEL_OUT}.583 ${NVME_CMD} id-ctrl $ctrlr > ${CUSE_OUT}.484 ${NVME_CMD} list-ctrl $ctrlr > ${CUSE_OUT}.5
13 ctrl=$(get_ctrl_with_feature fdp) || exit 114 bdf=${bdfs["$ctrl"]}
17 ctrl=$(get_ctrl_with_feature scc) bdf=${bdfs["$ctrl"]}
201 ctrl=${block##*/} ctrl=${ctrl%n*}202 pci=$(< "/sys/class/nvme/$ctrl/address")
318 # any skip them since they won't be usable by SPDK without moving the entire VMD ctrl
44 ctrl-type=*) ctrl_type="${OPTARG#*=}" ;;
63 ctrl-type=*) ctrl_type="${OPTARG#*=}" ;;
1531 oacs=$(nvme id-ctrl ${nvme_ctrlr} | grep oacs | cut -d: -f2)1540 unvmcap=$(nvme id-ctrl ${nvme_ctrlr} | grep unvmcap | cut -d: -f2)1545 tnvmcap=$(nvme id-ctrl ${nvme_ctrlr} | grep tnvmcap | cut -d: -f2)1546 cntlid=$(nvme id-ctrl ${nvme_ctrlr} | grep cntlid | cut -d: -f2)1661 # When given ctrl has > 1 namespaces attached, we need to make1664 # which passed to setup.sh will skip entire ctrl, not a single
72 echo " --ctrl-type=TYPE Controller type to use for test:"199 ctrl-type=*) ctrl_type="${OPTARG#*=}" ;;