Searched refs:PHYS_PER_PORT (Results 1 – 1 of 1) sorted by relevance
121 PHYS_PER_PORT=383 PORT=$((PHY / PHYS_PER_PORT))492 if [ -z "$PHYS_PER_PORT" ] ; then493 PHYS_PER_PORT=$(awk '$1 == "phys_per_port" \496 PHYS_PER_PORT=${PHYS_PER_PORT:-4}498 if ! echo "$PHYS_PER_PORT" | grep -q -E '^[0-9]+$' ; then499 echo "Error: phys_per_port value $PHYS_PER_PORT is non-numeric"729 PHYS_PER_PORT=${OPTARG}