Home
last modified time | relevance | path

Searched refs:hnddma_pub (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/include/
Dhnddma.h22 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 …]
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_types.h34 struct hnddma_pub;
Dwlc_main.h404 struct hnddma_pub *di[NFIFO]; /* hnddma handles, per fifo */
Dwlc_bmac.c2160 struct hnddma_pub *di = wlc_hw->di[fifo]; in wlc_dma_rxreset()
Dwlc_main.c8489 struct hnddma_pub *dmah; in wlc_inval_dma_pkts()
/linux-2.6.39/drivers/staging/brcm80211/util/
Dhnddma.c78 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)