Searched refs:fc_host_supported_speeds (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h387 #define fc_host_supported_speeds(x) \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_init.c1480 fc_host_supported_speeds(shost) = 0;
1482 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT;
1484 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT;
1486 fc_host_supported_speeds(shost) |= FC_PORTSPEED_2GBIT;
1488 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_fc.c1079 if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN)
1082 return get_fc_port_speed_names(fc_host_supported_speeds(shost), buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c998 fc_host_supported_speeds(sh) = speed;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_fsf.c2266 fc_host_supported_speeds(shost) = bottom->supported_speed;

Completed in 111 milliseconds