Lines Matching refs:fsf_speed
461 static u32 zfcp_fsf_convert_portspeed(u32 fsf_speed) in zfcp_fsf_convert_portspeed() argument
464 if (fsf_speed & ZFCP_FSF_PORTSPEED_1GBIT) in zfcp_fsf_convert_portspeed()
466 if (fsf_speed & ZFCP_FSF_PORTSPEED_2GBIT) in zfcp_fsf_convert_portspeed()
468 if (fsf_speed & ZFCP_FSF_PORTSPEED_4GBIT) in zfcp_fsf_convert_portspeed()
470 if (fsf_speed & ZFCP_FSF_PORTSPEED_10GBIT) in zfcp_fsf_convert_portspeed()
472 if (fsf_speed & ZFCP_FSF_PORTSPEED_8GBIT) in zfcp_fsf_convert_portspeed()
474 if (fsf_speed & ZFCP_FSF_PORTSPEED_16GBIT) in zfcp_fsf_convert_portspeed()
476 if (fsf_speed & ZFCP_FSF_PORTSPEED_32GBIT) in zfcp_fsf_convert_portspeed()
478 if (fsf_speed & ZFCP_FSF_PORTSPEED_64GBIT) in zfcp_fsf_convert_portspeed()
480 if (fsf_speed & ZFCP_FSF_PORTSPEED_128GBIT) in zfcp_fsf_convert_portspeed()
482 if (fsf_speed & ZFCP_FSF_PORTSPEED_NOT_NEGOTIATED) in zfcp_fsf_convert_portspeed()