Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool.sh199 for speed_value in ${speeds_arr_without_mode[@]}; do
201 local speed_2_to_advertise=$(speed_to_advertise_get $speed_value \
208 check_err $? "ping with h1=$speed_1_to_advertise, h2=$speed_2_to_advertise ($speed_value)"
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py185 speed_value = re.match(r'\d+', parts[0])
186 if speed_value:
187 speed.append(speed_value.group())
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c986 int speed_value; in xpcs_get_state_c37_sgmii() local
990 speed_value = FIELD_GET(DW_VR_MII_AN_STS_C37_ANSGM_SP, ret); in xpcs_get_state_c37_sgmii()
991 if (speed_value == DW_VR_MII_C37_ANSGM_SP_1000) in xpcs_get_state_c37_sgmii()
993 else if (speed_value == DW_VR_MII_C37_ANSGM_SP_100) in xpcs_get_state_c37_sgmii()