Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmlxsw_lib.sh7 if [[ ! -v MLXSW_CHIP ]]; then
8 MLXSW_CHIP=$(devlink -j dev info $DEVLINK_DEV | jq -r '.[][]["driver"]')
9 if [ -z "$MLXSW_CHIP" ]; then
15 MLXSW_SPECTRUM_REV=$(case $MLXSW_CHIP in
19 echo ${MLXSW_CHIP#mlxsw_spectrum} ;;