GS_HST_STS
if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) {
} while ((temp & (GS_HST_STS | GS_SMB_STS)) &&
} while ((temp & GS_HST_STS) && (timeout++ < MAX_TIMEOUT));