• Home
  • Raw
  • Download

Lines Matching refs:pub

757 void dma_detach(struct dma_pub *pub)  in dma_detach()  argument
759 struct dma_info *di = (struct dma_info *)pub; in dma_detach()
853 void dma_rxinit(struct dma_pub *pub) in dma_rxinit() argument
855 struct dma_info *di = (struct dma_info *)pub; in dma_rxinit()
935 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx() argument
937 struct dma_info *di = (struct dma_info *)pub; in dma_rx()
1021 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill() argument
1023 struct dma_info *di = (struct dma_info *)pub; in dma_rxfill()
1103 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim() argument
1105 struct dma_info *di = (struct dma_info *)pub; in dma_rxreclaim()
1114 void dma_counterreset(struct dma_pub *pub) in dma_counterreset() argument
1117 pub->rxgiants = 0; in dma_counterreset()
1118 pub->rxnobuf = 0; in dma_counterreset()
1119 pub->txnobuf = 0; in dma_counterreset()
1123 unsigned long dma_getvar(struct dma_pub *pub, const char *name) in dma_getvar() argument
1125 struct dma_info *di = (struct dma_info *)pub; in dma_getvar()
1134 void dma_txinit(struct dma_pub *pub) in dma_txinit() argument
1136 struct dma_info *di = (struct dma_info *)pub; in dma_txinit()
1167 void dma_txsuspend(struct dma_pub *pub) in dma_txsuspend() argument
1169 struct dma_info *di = (struct dma_info *)pub; in dma_txsuspend()
1179 void dma_txresume(struct dma_pub *pub) in dma_txresume() argument
1181 struct dma_info *di = (struct dma_info *)pub; in dma_txresume()
1191 bool dma_txsuspended(struct dma_pub *pub) in dma_txsuspended() argument
1193 struct dma_info *di = (struct dma_info *)pub; in dma_txsuspended()
1201 void dma_txreclaim(struct dma_pub *pub, enum txd_range range) in dma_txreclaim() argument
1203 struct dma_info *di = (struct dma_info *)pub; in dma_txreclaim()
1215 while ((p = dma_getnexttxp(pub, range))) { in dma_txreclaim()
1222 bool dma_txreset(struct dma_pub *pub) in dma_txreset() argument
1224 struct dma_info *di = (struct dma_info *)pub; in dma_txreset()
1249 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset() argument
1251 struct dma_info *di = (struct dma_info *)pub; in dma_rxreset()
1271 int dma_txfast(struct dma_pub *pub, struct sk_buff *p, bool commit) in dma_txfast() argument
1273 struct dma_info *di = (struct dma_info *)pub; in dma_txfast()
1352 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range) in dma_getnexttxp() argument
1354 struct dma_info *di = (struct dma_info *)pub; in dma_getnexttxp()