Searched refs:dumpring (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dhnddma.h88 typedef char* (*di_dump_t)(hnddma_t *dmah, struct bcmstrbuf *b, bool dumpring);
89 typedef char* (*di_dumptx_t)(hnddma_t *dmah, struct bcmstrbuf *b, bool dumpring);
90 typedef char* (*di_dumprx_t)(hnddma_t *dmah, struct bcmstrbuf *b, bool dumpring);
224 #define dma_dump(di, buf, dumpring) ((di)->di_fn->dump(di, buf, dumpring))
225 #define dma_dumptx(di, buf, dumpring) ((di)->di_fn->dumptx(di, buf, dumpring))
226 #define dma_dumprx(di, buf, dumpring) ((di)->di_fn->dumprx(di, buf, dumpring))
281 #define dma_dump(di, buf, dumpring) (dma64pro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c281 static void dma32_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
282 static void dma32_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
283 static void dma32_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
320 static void dma64_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
321 static void dma64_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
322 static void dma64_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
1822 dma32_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1837 if (dumpring && di->txd32)
1842 dma32_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1855 if (di->rxd32 && dumpring)
1860 dma32_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1881 dma64_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1908 dma64_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1931 dma64_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
[all...]

Completed in 112 milliseconds