• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/include/

Lines Matching refs:dmah

56 typedef void (*di_detach_t)(hnddma_t *dmah);
57 typedef bool (*di_txreset_t)(hnddma_t *dmah);
58 typedef bool (*di_rxreset_t)(hnddma_t *dmah);
59 typedef bool (*di_rxidle_t)(hnddma_t *dmah);
60 typedef void (*di_txinit_t)(hnddma_t *dmah);
61 typedef bool (*di_txenabled_t)(hnddma_t *dmah);
62 typedef void (*di_rxinit_t)(hnddma_t *dmah);
63 typedef void (*di_txsuspend_t)(hnddma_t *dmah);
64 typedef void (*di_txresume_t)(hnddma_t *dmah);
65 typedef bool (*di_txsuspended_t)(hnddma_t *dmah);
66 typedef bool (*di_txsuspendedidle_t)(hnddma_t *dmah);
68 typedef void (*di_txflush_t)(hnddma_t *dmah);
69 typedef void (*di_txflush_clear_t)(hnddma_t *dmah);
71 typedef int (*di_txfast_t)(hnddma_t *dmah, void *p, bool commit);
72 typedef int (*di_txunframed_t)(hnddma_t *dmah, void *p, uint len, bool commit);
74 typedef void (*di_fifoloopbackenable_t)(hnddma_t *dmah);
75 typedef bool (*di_txstopped_t)(hnddma_t *dmah);
76 typedef bool (*di_rxstopped_t)(hnddma_t *dmah);
77 typedef bool (*di_rxenable_t)(hnddma_t *dmah);
78 typedef bool (*di_rxenabled_t)(hnddma_t *dmah);
79 typedef void* (*di_rx_t)(hnddma_t *dmah);
80 typedef bool (*di_rxfill_t)(hnddma_t *dmah);
81 typedef void (*di_txreclaim_t)(hnddma_t *dmah, txd_range_t range);
82 typedef void (*di_rxreclaim_t)(hnddma_t *dmah);
83 typedef uintptr (*di_getvar_t)(hnddma_t *dmah, const char *name);
84 typedef void* (*di_getnexttxp_t)(hnddma_t *dmah, txd_range_t range);
85 typedef void* (*di_getnextrxp_t)(hnddma_t *dmah, bool forceall);
86 typedef void* (*di_peeknexttxp_t)(hnddma_t *dmah);
87 typedef void* (*di_peekntxp_t)(hnddma_t *dmah, int *len, void *txps[], txd_range_t range);
88 typedef void* (*di_peeknextrxp_t)(hnddma_t *dmah);
89 typedef void (*di_rxparam_get_t)(hnddma_t *dmah, uint16 *rxoffset, uint16 *rxbufsize);
90 typedef void (*di_txblock_t)(hnddma_t *dmah);
91 typedef void (*di_txunblock_t)(hnddma_t *dmah);
92 typedef uint (*di_txactive_t)(hnddma_t *dmah);
93 typedef void (*di_txrotate_t)(hnddma_t *dmah);
94 typedef void (*di_counterreset_t)(hnddma_t *dmah);
95 typedef uint (*di_ctrlflags_t)(hnddma_t *dmah, uint mask, uint flags);
96 typedef char* (*di_dump_t)(hnddma_t *dmah, struct bcmstrbuf *b, bool dumpring);
97 typedef char* (*di_dumptx_t)(hnddma_t *dmah, struct bcmstrbuf *b, bool dumpring);
98 typedef char* (*di_dumprx_t)(hnddma_t *dmah, struct bcmstrbuf *b, bool dumpring);
99 typedef uint (*di_rxactive_t)(hnddma_t *dmah);
100 typedef uint (*di_txpending_t)(hnddma_t *dmah);
101 typedef uint (*di_txcommitted_t)(hnddma_t *dmah);
102 typedef int (*di_pktpool_set_t)(hnddma_t *dmah, pktpool_t *pool);
103 typedef bool (*di_rxtxerror_t)(hnddma_t *dmah, bool istx);
104 typedef void (*di_burstlen_set_t)(hnddma_t *dmah, uint8 rxburstlen, uint8 txburstlen);
105 typedef uint (*di_avoidancecnt_t)(hnddma_t *dmah);
106 typedef void (*di_param_set_t)(hnddma_t *dmah, uint16 paramid, uint16 paramval);
107 typedef bool (*dma_glom_enable_t) (hnddma_t *dmah, uint32 val);
108 typedef uint (*dma_active_rxbuf_t) (hnddma_t *dmah);
331 extern int dma_rxfill_suspend(hnddma_t *dmah, bool suspended);