Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H 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 …]
H A Ddma.c707 return (struct dma_pub *) di; in dma_attach()
710 dma_detach((struct dma_pub *)di); in dma_attach()
747 void dma_detach(struct dma_pub *pub) in dma_detach()
843 void dma_rxinit(struct dma_pub *pub) in dma_rxinit()
1023 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill()
1140 void dma_txinit(struct dma_pub *pub) in dma_txinit()
1185 void dma_txresume(struct dma_pub *pub) in dma_txresume()
1228 bool dma_txreset(struct dma_pub *pub) in dma_txreset()
1255 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset()
1430 void dma_txflush(struct dma_pub *pub) in dma_txflush()
[all …]
H A Dtypes.h285 struct dma_pub;
H A Dmain.h317 struct dma_pub *di[NFIFO]; /* dma handles, per fifo */
H A Dmain.c838 struct dma_pub *dma = NULL; in brcms_c_dotxstatus()
1979 struct dma_pub *di = wlc_hw->di[fifo]; in wlc_dma_rxreset()
6799 struct dma_pub *dma; in brcms_c_tx()
6870 struct dma_pub *dma = wlc->hw->di[fifo]; in brcms_c_txfifo()
7510 struct dma_pub *dmah; in brcms_c_inval_dma_pkts()