Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mc5.c420 #define MC5_INT_FATAL (F_PARITYERR | F_REQQPARERR | F_DISPQPARERR)
433 if ((cause & F_PARITYERR) && mc5->parity_enabled) { in t3_mc5_intr_handler()
H A Dcxgb_t3_hw.c1777 #define MC5_INTR_MASK (F_PARITYERR | F_ACTRGNFULL | F_UNKNOWNCMD | \
H A Dcxgb_regs.h6830 #define F_PARITYERR V_PARITYERR(1U) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c4809 #define T4_LE_FATAL_MASK (F_PARITYERR | F_UNKNOWNCMD | F_REQQPARERR)
4828 { F_PARITYERR, "LE parity error" }, in le_intr_handler()
H A Dt4_regs.h38878 #define F_PARITYERR V_PARITYERR(1U) macro