Home
last modified time | relevance | path

Searched refs:supported_speeds (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-amd-mp2-plat.c204 static const u32 supported_speeds[] = { variable
219 for (i = 0; i < ARRAY_SIZE(supported_speeds); i++) { in i2c_amd_get_bus_speed()
220 if (acpi_speed >= supported_speeds[i]) in i2c_amd_get_bus_speed()
223 acpi_speed = i < ARRAY_SIZE(supported_speeds) ? supported_speeds[i] : 0; in i2c_amd_get_bus_speed()
H A Di2c-designware-common.c181 static const u32 supported_speeds[] = { variable
197 for (i = 0; i < ARRAY_SIZE(supported_speeds); i++) { in i2c_dw_validate_speed()
198 if (t->bus_freq_hz == supported_speeds[i]) in i2c_dw_validate_speed()
300 for (i = 0; i < ARRAY_SIZE(supported_speeds); i++) { in i2c_dw_acpi_round_bus_speed()
301 if (acpi_speed >= supported_speeds[i]) in i2c_dw_acpi_round_bus_speed()
302 return supported_speeds[i]; in i2c_dw_acpi_round_bus_speed()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-amd-mp2-plat.c203 static const u32 supported_speeds[] = { variable
218 for (i = 0; i < ARRAY_SIZE(supported_speeds); i++) { in i2c_amd_get_bus_speed()
219 if (acpi_speed >= supported_speeds[i]) in i2c_amd_get_bus_speed()
222 acpi_speed = i < ARRAY_SIZE(supported_speeds) ? supported_speeds[i] : 0; in i2c_amd_get_bus_speed()
H A Di2c-designware-common.c184 static const u32 supported_speeds[] = { variable
200 for (i = 0; i < ARRAY_SIZE(supported_speeds); i++) { in i2c_dw_validate_speed()
201 if (t->bus_freq_hz == supported_speeds[i]) in i2c_dw_validate_speed()
303 for (i = 0; i < ARRAY_SIZE(supported_speeds); i++) { in i2c_dw_acpi_round_bus_speed()
304 if (acpi_speed >= supported_speeds[i]) in i2c_dw_acpi_round_bus_speed()
305 return supported_speeds[i]; in i2c_dw_acpi_round_bus_speed()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dethtool.sh162 local supported_speeds=("$@"); shift
167 for speed in ${supported_speeds[@]}; do
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dethtool.sh162 local supported_speeds=("$@"); shift
167 for speed in ${supported_speeds[@]}; do
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_transport_fc.h108 * for reporting (e.g. report supported_speeds). If you alter this list,
497 u32 supported_speeds; member
556 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_xport.c347 u32 supported_speeds = 0; in efct_get_link_supported_speeds() local
368 supported_speeds |= supported_speed_list[i].speed; in efct_get_link_supported_speeds()
371 return supported_speeds; in efct_get_link_supported_speeds()
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_transport_fc.h109 * for reporting (e.g. report supported_speeds). If you alter this list,
534 u32 supported_speeds; member
604 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_attr.c3279 uint supported_speeds = FC_PORTSPEED_UNKNOWN; in qla2x00_get_host_supported_speeds() local
3282 supported_speeds |= FC_PORTSPEED_64GBIT; in qla2x00_get_host_supported_speeds()
3284 supported_speeds |= FC_PORTSPEED_32GBIT; in qla2x00_get_host_supported_speeds()
3286 supported_speeds |= FC_PORTSPEED_16GBIT; in qla2x00_get_host_supported_speeds()
3288 supported_speeds |= FC_PORTSPEED_8GBIT; in qla2x00_get_host_supported_speeds()
3290 supported_speeds |= FC_PORTSPEED_4GBIT; in qla2x00_get_host_supported_speeds()
3292 supported_speeds |= FC_PORTSPEED_2GBIT; in qla2x00_get_host_supported_speeds()
3294 supported_speeds |= FC_PORTSPEED_1GBIT; in qla2x00_get_host_supported_speeds()
3296 return supported_speeds; in qla2x00_get_host_supported_speeds()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_attr.c3346 uint supported_speeds = FC_PORTSPEED_UNKNOWN; in qla2x00_get_host_supported_speeds() local
3349 supported_speeds |= FC_PORTSPEED_64GBIT; in qla2x00_get_host_supported_speeds()
3351 supported_speeds |= FC_PORTSPEED_32GBIT; in qla2x00_get_host_supported_speeds()
3353 supported_speeds |= FC_PORTSPEED_16GBIT; in qla2x00_get_host_supported_speeds()
3355 supported_speeds |= FC_PORTSPEED_8GBIT; in qla2x00_get_host_supported_speeds()
3357 supported_speeds |= FC_PORTSPEED_4GBIT; in qla2x00_get_host_supported_speeds()
3359 supported_speeds |= FC_PORTSPEED_2GBIT; in qla2x00_get_host_supported_speeds()
3361 supported_speeds |= FC_PORTSPEED_1GBIT; in qla2x00_get_host_supported_speeds()
3363 return supported_speeds; in qla2x00_get_host_supported_speeds()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_fc.c393 fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; in fc_host_setup()
1510 static FC_DEVICE_ATTR(host, supported_speeds, S_IRUGO,
2216 SETUP_HOST_ATTRIBUTE_RD(supported_speeds); in fc_attach_transport()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_fc.c403 fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; in fc_host_setup()
1919 static FC_DEVICE_ATTR(host, supported_speeds, S_IRUGO,
2684 SETUP_HOST_ATTRIBUTE_RD(supported_speeds); in fc_attach_transport()

Completed in 30 milliseconds