bnxt_fw_to_ethtool_speed
speed = bnxt_fw_to_ethtool_speed(bp->link_info.link_speed);
u32 speed = bnxt_fw_to_ethtool_speed(fw_speed);
base->speed = bnxt_fw_to_ethtool_speed(link_info->link_speed);
base->speed = bnxt_fw_to_ethtool_speed(link_info->req_link_speed);
u32 bnxt_fw_to_ethtool_speed(u16);
pf_link_speed = bnxt_fw_to_ethtool_speed(bp->link_info.link_speed);