Home
last modified time | relevance | path

Searched refs:dma_pub (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Ddma.h66 struct dma_pub { struct
83 void dma_rxinit(struct dma_pub *pub);
85 bool dma_rxfill(struct dma_pub *pub);
86 bool dma_rxreset(struct dma_pub *pub);
87 bool dma_txreset(struct dma_pub *pub);
88 void dma_txinit(struct dma_pub *pub);
91 void dma_txflush(struct dma_pub *pub);
92 int dma_txpending(struct dma_pub *pub);
93 void dma_kick_tx(struct dma_pub *pub);
96 void dma_txresume(struct dma_pub *pub);
[all …]
A Ddma.c706 return (struct dma_pub *) di; in dma_attach()
709 dma_detach((struct dma_pub *)di); in dma_attach()
746 void dma_detach(struct dma_pub *pub) in dma_detach()
842 void dma_rxinit(struct dma_pub *pub) in dma_rxinit()
1022 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill()
1139 void dma_txinit(struct dma_pub *pub) in dma_txinit()
1184 void dma_txresume(struct dma_pub *pub) in dma_txresume()
1227 bool dma_txreset(struct dma_pub *pub) in dma_txreset()
1254 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset()
1429 void dma_txflush(struct dma_pub *pub) in dma_txflush()
[all …]
A Dtypes.h285 struct dma_pub;
A Dmain.h317 struct dma_pub *di[NFIFO]; /* dma handles, per fifo */
A Dmain.c831 struct dma_pub *dma = NULL; in brcms_c_dotxstatus()
1972 struct dma_pub *di = wlc_hw->di[fifo]; in wlc_dma_rxreset()
6792 struct dma_pub *dma; in brcms_c_tx()
6863 struct dma_pub *dma = wlc->hw->di[fifo]; in brcms_c_txfifo()
7503 struct dma_pub *dmah; in brcms_c_inval_dma_pkts()

Completed in 33 milliseconds