Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_transport.c99 lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT | in fcoe_link_speed_update()
107 lport->link_supported_speeds |= FC_PORTSPEED_1GBIT; in fcoe_link_speed_update()
113 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in fcoe_link_speed_update()
117 lport->link_supported_speeds |= FC_PORTSPEED_20GBIT; in fcoe_link_speed_update()
123 lport->link_supported_speeds |= FC_PORTSPEED_40GBIT; in fcoe_link_speed_update()
/linux-4.1.27/include/scsi/
Dlibfc.h910 u16 link_supported_speeds; member
/linux-4.1.27/drivers/scsi/libfc/
Dfc_lport.c1886 if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT) in fc_lport_init()
1888 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_main.c848 lp->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_probe()