Home
last modified time | relevance | path

Searched refs:RESET_CAUSE_RESET_FAILED (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c16 [RESET_CAUSE_RESET_FAILED] = "PSE reset failed", in mt7603_reset_read()
Dmac.c1329 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()
1338 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()
1341 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1345 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()
1346 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1468 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()
1472 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_watchdog_reset()
1874 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
Dmt7603.h98 RESET_CAUSE_RESET_FAILED, enumerator