Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_hw.c4809 uint32_t ucause, uint32_t enabled, uint32_t fatal, int flags) in show_intr_info() argument
4816 if (verbose || ucause != 0 || flags & IHF_RUN_ALL_ACTIONS) { in show_intr_info()
4822 leftover = verbose ? cause : ucause; in show_intr_info()
4831 if (leftover != 0 && leftover != (verbose ? cause : ucause)) { in show_intr_info()
4844 uint32_t cause, ucause, enabled, fatal; in t4_handle_intr() local
4854 ucause = cause; in t4_handle_intr()
4856 ucause &= enabled; in t4_handle_intr()
4858 show_intr_info(sc, ii, cause, ucause, enabled, fatal, flags); in t4_handle_intr()
4864 if (action->mask & (ucause | acause) || in t4_handle_intr()
4867 if (action->mask & ucause) in t4_handle_intr()
[all …]