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()
707 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()
925 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx()
1023 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill()
1107 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim()
1118 void dma_counterreset(struct dma_pub *pub) in dma_counterreset()
1127 unsigned long dma_getvar(struct dma_pub *pub, const char *name) in dma_getvar()
1138 void dma_txinit(struct dma_pub *pub) in dma_txinit()
1171 void dma_txsuspend(struct dma_pub *pub) in dma_txsuspend()
1183 void dma_txresume(struct dma_pub *pub) in dma_txresume()
1195 bool dma_txsuspended(struct dma_pub *pub) in dma_txsuspended()
1205 void dma_txreclaim(struct dma_pub *pub, enum txd_range range) in dma_txreclaim()
1226 bool dma_txreset(struct dma_pub *pub) in dma_txreset()
1253 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset()
1377 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub, in dma_txfast()
1428 void dma_txflush(struct dma_pub *pub) in dma_txflush()
1437 int dma_txpending(struct dma_pub *pub) in dma_txpending()
1447 void dma_kick_tx(struct dma_pub *pub) in dma_kick_tx()
1466 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range) in dma_getnexttxp()
1547 void dma_walk_packets(struct dma_pub *dmah, void (*callback_fnc) in dma_walk_packets()