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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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);
225 #define dma_dump(di, buf, dumpring) ((di)->di_fn->dump(di, buf, dumpring))
226 #define dma_dumptx(di, buf, dumpring) ((di)->di_fn->dumptx(di, buf, dumpring))
227 #define dma_dumprx(di, buf, dumpring) ((di)->di_fn->dumprx(di, buf, dumpring))
281 #define dma_dump(di, buf, dumpring) (dma64pro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c269 static void dma32_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
270 static void dma32_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
271 static void dma32_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
308 static void dma64_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
309 static void dma64_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
310 static void dma64_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring);
1792 dma32_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1807 if (dumpring && di->txd32)
1812 dma32_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1825 if (di->rxd32 && dumpring)
1830 dma32_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1851 dma64_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1878 dma64_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1901 dma64_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
[all...]

Completed in 104 milliseconds