Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_xport.c352 } supported_speed_list[] = { in efct_get_link_supported_speeds() local
366 for (i = 0; i < ARRAY_SIZE(supported_speed_list); i++) { in efct_get_link_supported_speeds()
367 if (link_module_type & supported_speed_list[i].lmt_speed) in efct_get_link_supported_speeds()
368 supported_speeds |= supported_speed_list[i].speed; in efct_get_link_supported_speeds()