Lines Matching refs:fsf_speed
492 u32 zfcp_fsf_convert_portspeed(u32 fsf_speed) in zfcp_fsf_convert_portspeed() argument
495 if (fsf_speed & ZFCP_FSF_PORTSPEED_1GBIT) in zfcp_fsf_convert_portspeed()
497 if (fsf_speed & ZFCP_FSF_PORTSPEED_2GBIT) in zfcp_fsf_convert_portspeed()
499 if (fsf_speed & ZFCP_FSF_PORTSPEED_4GBIT) in zfcp_fsf_convert_portspeed()
501 if (fsf_speed & ZFCP_FSF_PORTSPEED_10GBIT) in zfcp_fsf_convert_portspeed()
503 if (fsf_speed & ZFCP_FSF_PORTSPEED_8GBIT) in zfcp_fsf_convert_portspeed()
505 if (fsf_speed & ZFCP_FSF_PORTSPEED_16GBIT) in zfcp_fsf_convert_portspeed()
507 if (fsf_speed & ZFCP_FSF_PORTSPEED_32GBIT) in zfcp_fsf_convert_portspeed()
509 if (fsf_speed & ZFCP_FSF_PORTSPEED_64GBIT) in zfcp_fsf_convert_portspeed()
511 if (fsf_speed & ZFCP_FSF_PORTSPEED_128GBIT) in zfcp_fsf_convert_portspeed()
513 if (fsf_speed & ZFCP_FSF_PORTSPEED_NOT_NEGOTIATED) in zfcp_fsf_convert_portspeed()