Lines Matching refs:dma_pub

209 	struct dma_pub dma; /* exported structure */
548 struct dma_pub *dma_attach(char *name, struct brcms_c_info *wlc, in dma_attach()
706 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()
924 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx()
1022 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill()
1108 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim()
1119 void dma_counterreset(struct dma_pub *pub) in dma_counterreset()
1128 unsigned long dma_getvar(struct dma_pub *pub, const char *name) in dma_getvar()
1139 void dma_txinit(struct dma_pub *pub) in dma_txinit()
1172 void dma_txsuspend(struct dma_pub *pub) in dma_txsuspend()
1184 void dma_txresume(struct dma_pub *pub) in dma_txresume()
1196 bool dma_txsuspended(struct dma_pub *pub) in dma_txsuspended()
1206 void dma_txreclaim(struct dma_pub *pub, enum txd_range range) in dma_txreclaim()
1227 bool dma_txreset(struct dma_pub *pub) in dma_txreset()
1254 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset()
1378 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub, in dma_txfast()
1429 void dma_txflush(struct dma_pub *pub) in dma_txflush()
1438 int dma_txpending(struct dma_pub *pub) in dma_txpending()
1448 void dma_kick_tx(struct dma_pub *pub) in dma_kick_tx()
1467 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range) in dma_getnexttxp()
1548 void dma_walk_packets(struct dma_pub *dmah, void (*callback_fnc) in dma_walk_packets()