Searched refs:link_speeds (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c251 static char *link_speeds[5] = { "1", "2", "?", "4", "10" }; local
396 link_speed = link_speeds[0];
399 link_speed = link_speeds[LS_UNKNOWN];
401 link_speed = link_speeds[mb[1]];
H A Dqla_init.c2088 static char *link_speeds[5] = { "1", "2", "?", "4" }; local
2132 link_speeds[port_speed], fcport->port_name[0],

Completed in 50 milliseconds