Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfad_im.c982 u32 supported_speed = 0; in bfad_im_supported_speeds() local
990 supported_speed |= FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
994 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
998 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
1003 supported_speed |= FC_PORTSPEED_4GBIT | FC_PORTSPEED_2GBIT | in bfad_im_supported_speeds()
1006 supported_speed |= FC_PORTSPEED_10GBIT; in bfad_im_supported_speeds()
1009 return supported_speed; in bfad_im_supported_speeds()
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_core.c407 speed = slot->supported_speed; in get_max_bus_speed()
885 if ((slot_cur->supported_speed >= BUS_SPEED_66) && in set_bus()
896 if (slot_cur->supported_speed >= BUS_SPEED_66) in set_bus()
903 switch (slot_cur->supported_speed) { in set_bus()
Dibmphp_ebda.c929 tmp_slot->supported_speed = 3; in ebda_rsrc_controller()
931 tmp_slot->supported_speed = 2; in ebda_rsrc_controller()
933 tmp_slot->supported_speed = 1; in ebda_rsrc_controller()
Dibmphp.h711 u8 supported_speed; member
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fsf.h377 u32 supported_speed; /* 0x0001 for 1 GBit/s or 0x0002 for 2 GBit/s */ member
Dzfcp_fsf.c621 zfcp_fsf_convert_portspeed(bottom->supported_speed); in zfcp_fsf_exchange_port_evaluate()