Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_im.c994 u32 supported_speed = 0; in bfad_im_supported_speeds() local
1002 supported_speed |= FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
1006 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
1010 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
1015 supported_speed |= FC_PORTSPEED_4GBIT | FC_PORTSPEED_2GBIT | in bfad_im_supported_speeds()
1018 supported_speed |= FC_PORTSPEED_10GBIT; in bfad_im_supported_speeds()
1021 return supported_speed; in bfad_im_supported_speeds()
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c370 speed = slot->supported_speed; in get_max_bus_speed()
762 if ((slot_cur->supported_speed >= BUS_SPEED_66) && in set_bus()
773 if (slot_cur->supported_speed >= BUS_SPEED_66) in set_bus()
780 switch (slot_cur->supported_speed) { in set_bus()
H A Dibmphp_ebda.c853 tmp_slot->supported_speed = 3; in ebda_rsrc_controller()
855 tmp_slot->supported_speed = 2; in ebda_rsrc_controller()
857 tmp_slot->supported_speed = 1; in ebda_rsrc_controller()
H A Dibmphp.h694 u8 supported_speed; member
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.h414 u32 supported_speed; /* any combination of ZFCP_FSF_PORTSPEED_* */ member
H A Dzfcp_scsi.c945 zfcp_fsf_convert_portspeed(bottom->supported_speed); in zfcp_scsi_shost_update_port_data()