FC_PORTSPEED_50GBIT
fc_host_speed(shost) = FC_PORTSPEED_50GBIT;
val = htonl(FC_PORTSPEED_50GBIT);
{ FC_PORTSPEED_50GBIT, SPEED_50000 },
fc_host_speed(shost) = FC_PORTSPEED_50GBIT;
if (lport->link_supported_speeds & FC_PORTSPEED_50GBIT)
fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_50GBIT;
lport->link_speed = FC_PORTSPEED_50GBIT;
lport->link_supported_speeds |= FC_PORTSPEED_50GBIT;
{ FC_PORTSPEED_50GBIT, "50 Gbit" },