Searched refs:IS_TxComplete (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/stge/
H A Dif_stgereg.h336 #define IS_TxComplete (1U << 2) macro
H A Dif_stge.c1496 if ((status & (IS_TxDMAComplete | IS_TxComplete)) != 0)
1500 if ((status & IS_TxComplete) != 0) {
1809 if ((status & IS_TxComplete) != 0) {
2091 sc->sc_IntEnable = IS_HostError | IS_TxComplete |

Completed in 103 milliseconds