Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h188 #define XL_STAT_DOWN_COMPLETE 0x0200 /* 9 */ macro
198 XL_STAT_DOWN_COMPLETE|XL_STAT_TX_COMPLETE|XL_STAT_INTLATCH)
H A Dif_xl.c2167 if (status & XL_STAT_DOWN_COMPLETE) { in xl_intr()