Searched refs:TxResetType (Results 1 – 2 of 2) sorted by relevance
1196 enum reset_type TxResetType = RESET_TYPE_NORESET; in _rtl92e_if_check_reset() local1203 TxResetType = _rtl92e_tx_check_stuck(dev); in _rtl92e_if_check_reset()1210 if (TxResetType == RESET_TYPE_NORMAL || in _rtl92e_if_check_reset()1213 __func__, TxResetType, RxResetType); in _rtl92e_if_check_reset()1215 } else if (TxResetType == RESET_TYPE_SILENT || in _rtl92e_if_check_reset()1218 __func__, TxResetType, RxResetType); in _rtl92e_if_check_reset()
3188 RESET_TYPE TxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot() local3194 TxResetType = TxCheckStuck(dev); in rtl819x_ifcheck_resetornot()3211 if (TxResetType == RESET_TYPE_NORMAL || in rtl819x_ifcheck_resetornot()3214 } else if (TxResetType == RESET_TYPE_SILENT || in rtl819x_ifcheck_resetornot()