Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h180 #define XL_STAT_TX_COMPLETE 0x0004 /* 2 */ macro
198 XL_STAT_DOWN_COMPLETE|XL_STAT_TX_COMPLETE|XL_STAT_INTLATCH)
H A Dif_xl.c2172 if (status & XL_STAT_TX_COMPLETE) { in xl_intr()
2242 if (status & XL_STAT_TX_COMPLETE) { in xl_poll_locked()