Home
last modified time | relevance | path

Searched refs:hw_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.h303 if (fwrt->trans->dbg.hw_error) { in iwl_fw_error_collect()
305 fwrt->trans->dbg.hw_error = false; in iwl_fw_error_collect()
/freebsd/sys/dev/oce/
H A Doce_if.c2389 if (sc->hw_error) in oce_detect_hw_error()
2410 * Hence not setting the hw_error for UE detection. in oce_detect_hw_error()
2413 sc->hw_error = TRUE; in oce_detect_hw_error()
2474 * hw_error or no outstanding completions expected in oce_tx_compl_clean()
2489 if (pending_txqs == 0 || ++timeo > 10 || sc->hw_error) in oce_tx_compl_clean()
H A Doce_if.h881 uint8_t hw_error; member
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h659 * @hw_error: equals true if hw error interrupt was received from the FW
699 bool hw_error;
872 bool hw_error; global() member
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c2397 trans->dbg.hw_error = true;