F_FW_PORT_CMD_LSTATUS
link_ok = (lstatus & F_FW_PORT_CMD_LSTATUS) != 0;
link_ok = !!(lstatus & F_FW_PORT_CMD_LSTATUS);