Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fsf.c445 static u32 zfcp_fsf_convert_portspeed(u32 fsf_speed) in zfcp_fsf_convert_portspeed() argument
448 if (fsf_speed & ZFCP_FSF_PORTSPEED_1GBIT) in zfcp_fsf_convert_portspeed()
450 if (fsf_speed & ZFCP_FSF_PORTSPEED_2GBIT) in zfcp_fsf_convert_portspeed()
452 if (fsf_speed & ZFCP_FSF_PORTSPEED_4GBIT) in zfcp_fsf_convert_portspeed()
454 if (fsf_speed & ZFCP_FSF_PORTSPEED_10GBIT) in zfcp_fsf_convert_portspeed()
456 if (fsf_speed & ZFCP_FSF_PORTSPEED_8GBIT) in zfcp_fsf_convert_portspeed()
458 if (fsf_speed & ZFCP_FSF_PORTSPEED_16GBIT) in zfcp_fsf_convert_portspeed()
460 if (fsf_speed & ZFCP_FSF_PORTSPEED_32GBIT) in zfcp_fsf_convert_portspeed()
462 if (fsf_speed & ZFCP_FSF_PORTSPEED_64GBIT) in zfcp_fsf_convert_portspeed()
464 if (fsf_speed & ZFCP_FSF_PORTSPEED_128GBIT) in zfcp_fsf_convert_portspeed()
[all …]