Home
last modified time | relevance | path

Searched refs:fsf_speed (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c510 u32 zfcp_fsf_convert_portspeed(u32 fsf_speed) in zfcp_fsf_convert_portspeed() argument
513 if (fsf_speed & ZFCP_FSF_PORTSPEED_1GBIT) in zfcp_fsf_convert_portspeed()
515 if (fsf_speed & ZFCP_FSF_PORTSPEED_2GBIT) in zfcp_fsf_convert_portspeed()
517 if (fsf_speed & ZFCP_FSF_PORTSPEED_4GBIT) in zfcp_fsf_convert_portspeed()
519 if (fsf_speed & ZFCP_FSF_PORTSPEED_10GBIT) in zfcp_fsf_convert_portspeed()
521 if (fsf_speed & ZFCP_FSF_PORTSPEED_8GBIT) in zfcp_fsf_convert_portspeed()
523 if (fsf_speed & ZFCP_FSF_PORTSPEED_16GBIT) in zfcp_fsf_convert_portspeed()
525 if (fsf_speed & ZFCP_FSF_PORTSPEED_32GBIT) in zfcp_fsf_convert_portspeed()
527 if (fsf_speed & ZFCP_FSF_PORTSPEED_64GBIT) in zfcp_fsf_convert_portspeed()
529 if (fsf_speed & ZFCP_FSF_PORTSPEED_128GBIT) in zfcp_fsf_convert_portspeed()
[all …]
H A Dzfcp_ext.h129 extern u32 zfcp_fsf_convert_portspeed(u32 fsf_speed);