Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stgereg.h344 #define IS_TxDMAComplete (1U << 9) macro
H A Dif_stge.c1484 if ((status & (IS_TxDMAComplete | IS_TxComplete)) != 0) in stge_intr()
2079 IS_TxDMAComplete | IS_RxDMAComplete | IS_RFDListEnd; in stge_init_locked()