Lines Matching refs:pub
84 void dma_rxinit(struct dma_pub *pub);
85 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
86 bool dma_rxfill(struct dma_pub *pub);
87 bool dma_rxreset(struct dma_pub *pub);
88 bool dma_txreset(struct dma_pub *pub);
89 void dma_txinit(struct dma_pub *pub);
90 int dma_txfast(struct dma_pub *pub, struct sk_buff *p0, bool commit);
91 void dma_txsuspend(struct dma_pub *pub);
92 bool dma_txsuspended(struct dma_pub *pub);
93 void dma_txresume(struct dma_pub *pub);
94 void dma_txreclaim(struct dma_pub *pub, enum txd_range range);
95 void dma_rxreclaim(struct dma_pub *pub);
96 void dma_detach(struct dma_pub *pub);
97 unsigned long dma_getvar(struct dma_pub *pub, const char *name);
98 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range);
99 void dma_counterreset(struct dma_pub *pub);