Home
last modified time | relevance | path

Searched refs:RxResetType (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c1434 enum reset_type RxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot() local
1445 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()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c2990 RESET_TYPE RxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot() local
3006 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()