Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/fnic/
Dfnic_main.c165 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in fnic_get_host_speed()
168 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in fnic_get_host_speed()
693 lp->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_probe()
/linux-2.6.39/include/scsi/
Dscsi_transport_fc.h130 #define FC_PORTSPEED_10GBIT 8 macro
/linux-2.6.39/drivers/scsi/fcoe/
Dfcoe.c2033 ~(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT); in fcoe_link_speed_update()
2039 FC_PORTSPEED_10GBIT; in fcoe_link_speed_update()
2043 lport->link_speed = FC_PORTSPEED_10GBIT; in fcoe_link_speed_update()
/linux-2.6.39/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c671 ~(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT); in bnx2fc_link_speed_update()
676 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in bnx2fc_link_speed_update()
681 lport->link_speed = FC_PORTSPEED_10GBIT; in bnx2fc_link_speed_update()
/linux-2.6.39/drivers/scsi/libfc/
Dfc_lport.c1637 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
1638 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
/linux-2.6.39/drivers/message/fusion/
Dmptfc.c1037 speed = FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
1050 speed |= FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
/linux-2.6.39/drivers/scsi/bfa/
Dbfad_attr.c219 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in bfad_im_get_host_speed()
Dbfad_im.c942 supported_speed |= FC_PORTSPEED_10GBIT; in bfad_im_supported_speeds()
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_attr.c1459 speed = FC_PORTSPEED_10GBIT; in qla2x00_get_host_speed()
2028 speed = FC_PORTSPEED_10GBIT; in qla2x00_init_host_attr()
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_attr.c4142 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
Dlpfc_init.c2898 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_attrib_init()
/linux-2.6.39/drivers/scsi/
Dscsi_transport_fc.c262 { FC_PORTSPEED_10GBIT, "10 Gbit" },
/linux-2.6.39/drivers/scsi/ibmvscsi/
Dibmvfc.c972 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in ibmvfc_get_host_speed()