Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stgereg.h337 #define IS_TxComplete (1U << 2) macro
H A Dif_stge.c1484 if ((status & (IS_TxDMAComplete | IS_TxComplete)) != 0) in stge_intr()
1488 if ((status & IS_TxComplete) != 0) { in stge_intr()
1797 if ((status & IS_TxComplete) != 0) { in stge_poll()
2078 sc->sc_IntEnable = IS_HostError | IS_TxComplete | in stge_init_locked()