Searched refs:hnddma_pub (Results 1 – 6 of 6) sorted by relevance
22 struct hnddma_pub;38 typedef void (*di_detach_t) (struct hnddma_pub *dmah);39 typedef bool(*di_txreset_t) (struct hnddma_pub *dmah);40 typedef bool(*di_rxreset_t) (struct hnddma_pub *dmah);41 typedef bool(*di_rxidle_t) (struct hnddma_pub *dmah);42 typedef void (*di_txinit_t) (struct hnddma_pub *dmah);43 typedef bool(*di_txenabled_t) (struct hnddma_pub *dmah);44 typedef void (*di_rxinit_t) (struct hnddma_pub *dmah);45 typedef void (*di_txsuspend_t) (struct hnddma_pub *dmah);46 typedef void (*di_txresume_t) (struct hnddma_pub *dmah);[all …]
34 struct hnddma_pub;
404 struct hnddma_pub *di[NFIFO]; /* hnddma handles, per fifo */
2160 struct hnddma_pub *di = wlc_hw->di[fifo]; in wlc_dma_rxreset()
8489 struct hnddma_pub *dmah; in wlc_inval_dma_pkts()
78 struct hnddma_pub hnddma; /* exported structure */277 struct hnddma_pub *dma_attach(char *name, si_t *sih, in dma_attach()457 return (struct hnddma_pub *) di; in dma_attach()1805 void dma_walk_packets(struct hnddma_pub *dmah, void (*callback_fnc)