Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
HDif_stgereg.h335 #define IS_TxComplete (1U << 2) macro
HDif_stge.c1427 if ((status & (IS_TxDMAComplete | IS_TxComplete)) != 0) in stge_intr()
1431 if ((status & IS_TxComplete) != 0) { in stge_intr()
1704 if ((status & IS_TxComplete) != 0 && in stge_npoll_compat()
1984 sc->sc_IntEnable = IS_HostError | IS_TxComplete | in stge_init()