Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/esp/
Dncr53c9xvar.h484 #define NCRDMA_ISACTIVE(sc) (*(sc)->sc_glue->gl_dma_isactive)((sc)) macro
Dncr53c9x.c2438 if (NCRDMA_ISACTIVE(sc)) { in ncr53c9x_intr1()
2444 if (NCRDMA_ISACTIVE(sc)) in ncr53c9x_intr1()
3199 NCRDMA_ISACTIVE(sc) ? "DMA active" : ""); in ncr53c9x_callout()