BFA_PORT_SPEED_AUTO
port_cfg->speed = BFA_PORT_SPEED_AUTO;
if ((speed != BFA_PORT_SPEED_AUTO) && (speed > fcport->speed_sup)) {
speed == BFA_PORT_SPEED_AUTO))
if ((fcport->cfg.speed != BFA_PORT_SPEED_AUTO) &&
WARN_ON(speed == BFA_PORT_SPEED_AUTO);
speed == BFA_PORT_SPEED_AUTO)) {
speed == BFA_PORT_SPEED_AUTO))
if ((iocmd->speed == BFA_PORT_SPEED_AUTO) ||