Searched refs:RxResetType (Results 1 – 2 of 2) sorted by relevance
1434 enum reset_type RxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot() local1445 RxResetType = rtl819x_RxCheckStuck(dev); in rtl819x_ifcheck_resetornot()1448 RxResetType == RESET_TYPE_NORMAL) { in rtl819x_ifcheck_resetornot()1450 __func__, TxResetType, RxResetType); in rtl819x_ifcheck_resetornot()1453 RxResetType == RESET_TYPE_SILENT) { in rtl819x_ifcheck_resetornot()1455 __func__, TxResetType, RxResetType); in rtl819x_ifcheck_resetornot()
2990 RESET_TYPE RxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot() local3006 RxResetType = RxCheckStuck(dev); in rtl819x_ifcheck_resetornot()3008 if (TxResetType == RESET_TYPE_NORMAL || RxResetType == RESET_TYPE_NORMAL) { in rtl819x_ifcheck_resetornot()3010 } else if (TxResetType == RESET_TYPE_SILENT || RxResetType == RESET_TYPE_SILENT) { in rtl819x_ifcheck_resetornot()