Searched refs:ucause (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 4801 u32 cause, ucause; in clear_int_cause_reg() local 4803 cause = ucause = t4_read_reg(sc, ii->cause_reg); in clear_int_cause_reg() 4808 ucause &= t4_read_reg(sc, ii->enable_reg); in clear_int_cause_reg() 4812 } else if (ucause != 0 && flags & IHF_CLR_ALL_UNIGNORED) { in clear_int_cause_reg() 4813 t4_write_reg(sc, ii->cause_reg, ucause); in clear_int_cause_reg() 4830 uint32_t ucause, uint32_t enabled, uint32_t fatal, int flags) in show_intr_info() argument 4837 if (verbose || ucause != 0 || flags & IHF_RUN_ALL_ACTIONS) { in show_intr_info() 4843 leftover = verbose ? cause : ucause; in show_intr_info() 4852 if (leftover != 0 && leftover != (verbose ? cause : ucause)) { in show_intr_info() 4865 uint32_t cause, ucause, enabled, fatal; in t4_handle_intr() local [all …]
|