Lines Matching defs:pub
757 void dma_detach(struct dma_pub *pub) in dma_detach()
853 void dma_rxinit(struct dma_pub *pub) in dma_rxinit()
935 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx()
1020 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill()
1100 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim()
1111 void dma_counterreset(struct dma_pub *pub) in dma_counterreset()
1120 unsigned long dma_getvar(struct dma_pub *pub, const char *name) in dma_getvar()
1131 void dma_txinit(struct dma_pub *pub) in dma_txinit()
1164 void dma_txsuspend(struct dma_pub *pub) in dma_txsuspend()
1176 void dma_txresume(struct dma_pub *pub) in dma_txresume()
1188 bool dma_txsuspended(struct dma_pub *pub) in dma_txsuspended()
1198 void dma_txreclaim(struct dma_pub *pub, enum txd_range range) in dma_txreclaim()
1219 bool dma_txreset(struct dma_pub *pub) in dma_txreset()
1246 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset()
1268 int dma_txfast(struct dma_pub *pub, struct sk_buff *p, bool commit) in dma_txfast()
1345 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range) in dma_getnexttxp()