Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h1280 static inline int gfar_is_dma_stopped(struct gfar_private *priv) in gfar_is_dma_stopped() function
H A Dgianfar.c1021 if (gfar_is_dma_stopped(priv)) in gfar_halt_nodisable()
1031 while (!(stopped = gfar_is_dma_stopped(priv)) && timeout) { in gfar_halt_nodisable()
1037 stopped = gfar_is_dma_stopped(priv); in gfar_halt_nodisable()