Lines Matching refs:rx_buff
287 rx_queue->rx_buff = kcalloc(rx_queue->rx_ring_size, in gfar_alloc_skb_resources()
288 sizeof(*rx_queue->rx_buff), in gfar_alloc_skb_resources()
290 if (!rx_queue->rx_buff) in gfar_alloc_skb_resources()
1993 struct gfar_rx_buff *rxb = &rx_queue->rx_buff[i]; in free_skb_rx_queue()
2009 kfree(rx_queue->rx_buff); in free_skb_rx_queue()
2010 rx_queue->rx_buff = NULL; in free_skb_rx_queue()
2035 if (rx_queue->rx_buff) in free_skb_resources()
2803 rxb = &rx_queue->rx_buff[i]; in gfar_alloc_rx_buffs()
2825 rxb = rx_queue->rx_buff; in gfar_alloc_rx_buffs()
2959 new_rxb = &rxq->rx_buff[nta]; in gfar_reuse_rx_page()
2977 struct gfar_rx_buff *rxb = &rx_queue->rx_buff[rx_queue->next_to_clean]; in gfar_get_next_rxbuff()