Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c1370 if (isr & DC_ISR_TX_IDLE && in dc_netcfg_wait()
1377 if (!(isr & DC_ISR_TX_IDLE) && !DC_IS_ASIX(sc)) in dc_netcfg_wait()
3188 if (isr & DC_ISR_TX_IDLE) in dc_tx_underrun()
3242 DC_ISR_TX_NOBUF | DC_ISR_TX_IDLE | DC_ISR_TX_UNDERRUN | in dc_poll()
3259 if (status & DC_ISR_TX_IDLE && sc->dc_cdata.dc_tx_cnt) in dc_poll()
3321 if (status & DC_ISR_TX_IDLE) { in dc_intr()
H A Dif_dcreg.h160 #define DC_ISR_TX_IDLE 0x00000002 macro