Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/dc/
H A Dif_dc.c1363 if ((isr & DC_ISR_TX_IDLE) && in dc_setcfg()
2816 if (isr & DC_ISR_TX_IDLE) in dc_tx_underrun()
2866 DC_ISR_TX_NOBUF|DC_ISR_TX_IDLE|DC_ISR_TX_UNDERRUN| in dc_npoll_compat()
2882 if (status & DC_ISR_TX_IDLE && sc->dc_cdata.dc_tx_cnt) in dc_npoll_compat()
2976 if (status & DC_ISR_TX_IDLE) { in dc_intr()
H A Dif_dcreg.h154 #define DC_ISR_TX_IDLE 0x00000002 macro