Lines Matching refs:rx_buff
69 void *rx_buff[LTQ_DESC_NUM]; member
189 void *buf = ch->rx_buff[ch->dma.desc]; in xrx200_alloc_buf()
194 ch->rx_buff[ch->dma.desc] = alloc(priv->rx_skb_size); in xrx200_alloc_buf()
195 if (!ch->rx_buff[ch->dma.desc]) { in xrx200_alloc_buf()
196 ch->rx_buff[ch->dma.desc] = buf; in xrx200_alloc_buf()
201 mapping = dma_map_single(priv->dev, ch->rx_buff[ch->dma.desc], in xrx200_alloc_buf()
204 skb_free_frag(ch->rx_buff[ch->dma.desc]); in xrx200_alloc_buf()
205 ch->rx_buff[ch->dma.desc] = buf; in xrx200_alloc_buf()
224 void *buf = ch->rx_buff[ch->dma.desc]; in xrx200_hw_receive()
440 buff = ch_rx->rx_buff[ch_rx->dma.desc]; in xrx200_change_mtu()
536 skb_free_frag(priv->chan_rx.rx_buff[i]); in xrx200_dma_init()
553 skb_free_frag(priv->chan_rx.rx_buff[i]); in xrx200_hw_cleanup()