Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe_transport.c123 lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT | in fcoe_link_speed_update()
132 lport->link_supported_speeds |= FC_PORTSPEED_1GBIT; in fcoe_link_speed_update()
139 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in fcoe_link_speed_update()
144 lport->link_supported_speeds |= FC_PORTSPEED_20GBIT; in fcoe_link_speed_update()
151 lport->link_supported_speeds |= FC_PORTSPEED_40GBIT; in fcoe_link_speed_update()
/linux-5.19.10/drivers/scsi/fnic/
Dfnic_fcs.c85 fnic->lport->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_handle_link()
89 fnic->lport->link_supported_speeds = FC_PORTSPEED_20GBIT; in fnic_handle_link()
93 fnic->lport->link_supported_speeds = FC_PORTSPEED_25GBIT; in fnic_handle_link()
98 fnic->lport->link_supported_speeds = FC_PORTSPEED_40GBIT; in fnic_handle_link()
102 fnic->lport->link_supported_speeds = FC_PORTSPEED_100GBIT; in fnic_handle_link()
106 fnic->lport->link_supported_speeds = FC_PORTSPEED_UNKNOWN; in fnic_handle_link()
Dfnic_main.c848 lp->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_probe()
/linux-5.19.10/drivers/scsi/libfc/
Dfc_lport.c1913 if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT) in fc_lport_init()
1915 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
1917 if (lport->link_supported_speeds & FC_PORTSPEED_40GBIT) in fc_lport_init()
1919 if (lport->link_supported_speeds & FC_PORTSPEED_100GBIT) in fc_lport_init()
1921 if (lport->link_supported_speeds & FC_PORTSPEED_25GBIT) in fc_lport_init()
1923 if (lport->link_supported_speeds & FC_PORTSPEED_50GBIT) in fc_lport_init()
1925 if (lport->link_supported_speeds & FC_PORTSPEED_100GBIT) in fc_lport_init()
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_main.c454 lport->link_supported_speeds = FC_PORTSPEED_UNKNOWN; in qedf_update_link_speed()
497 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
505 lport->link_supported_speeds |= FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
514 lport->link_supported_speeds |= FC_PORTSPEED_40GBIT; in qedf_update_link_speed()
522 lport->link_supported_speeds |= FC_PORTSPEED_50GBIT; in qedf_update_link_speed()
531 lport->link_supported_speeds |= FC_PORTSPEED_100GBIT; in qedf_update_link_speed()
537 lport->link_supported_speeds |= FC_PORTSPEED_20GBIT; in qedf_update_link_speed()
541 lport->link_supported_speeds; in qedf_update_link_speed()
/linux-5.19.10/include/scsi/
Dlibfc.h749 u16 link_supported_speeds; member