Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/scsi/fnic/
Dfnic_fcs.c73 fnic->lport->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_handle_link()
77 fnic->lport->link_supported_speeds = FC_PORTSPEED_20GBIT; in fnic_handle_link()
81 fnic->lport->link_supported_speeds = FC_PORTSPEED_25GBIT; in fnic_handle_link()
86 fnic->lport->link_supported_speeds = FC_PORTSPEED_40GBIT; in fnic_handle_link()
90 fnic->lport->link_supported_speeds = FC_PORTSPEED_100GBIT; in fnic_handle_link()
94 fnic->lport->link_supported_speeds = FC_PORTSPEED_UNKNOWN; in fnic_handle_link()
Dfnic_main.c916 lp->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_probe()
/linux-6.12.1/drivers/scsi/libfc/
Dfc_lport.c1919 if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT) in fc_lport_init()
1921 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
1923 if (lport->link_supported_speeds & FC_PORTSPEED_40GBIT) in fc_lport_init()
1925 if (lport->link_supported_speeds & FC_PORTSPEED_100GBIT) in fc_lport_init()
1927 if (lport->link_supported_speeds & FC_PORTSPEED_25GBIT) in fc_lport_init()
1929 if (lport->link_supported_speeds & FC_PORTSPEED_50GBIT) in fc_lport_init()
1931 if (lport->link_supported_speeds & FC_PORTSPEED_100GBIT) in fc_lport_init()
/linux-6.12.1/drivers/scsi/qedf/
Dqedf_main.c462 lport->link_supported_speeds = FC_PORTSPEED_UNKNOWN; in qedf_update_link_speed()
505 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
513 lport->link_supported_speeds |= FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
522 lport->link_supported_speeds |= FC_PORTSPEED_40GBIT; in qedf_update_link_speed()
530 lport->link_supported_speeds |= FC_PORTSPEED_50GBIT; in qedf_update_link_speed()
539 lport->link_supported_speeds |= FC_PORTSPEED_100GBIT; in qedf_update_link_speed()
545 lport->link_supported_speeds |= FC_PORTSPEED_20GBIT; in qedf_update_link_speed()
549 lport->link_supported_speeds; in qedf_update_link_speed()
1946 fc_host_supported_speeds(vn_port->host) = n_port->link_supported_speeds; in qedf_vport_create()
/linux-6.12.1/include/scsi/
Dlibfc.h755 u16 link_supported_speeds; member