Lines Matching refs:rx_buff
1125 struct gfar_rx_buff *rxb = &rx_queue->rx_buff[i]; in free_skb_rx_queue()
1141 kfree(rx_queue->rx_buff); in free_skb_rx_queue()
1142 rx_queue->rx_buff = NULL; in free_skb_rx_queue()
1167 if (rx_queue->rx_buff) in free_skb_resources()
1276 rxb = &rx_queue->rx_buff[i]; in gfar_alloc_rx_buffs()
1298 rxb = rx_queue->rx_buff; in gfar_alloc_rx_buffs()
1422 rx_queue->rx_buff = kcalloc(rx_queue->rx_ring_size, in gfar_alloc_skb_resources()
1423 sizeof(*rx_queue->rx_buff), in gfar_alloc_skb_resources()
1425 if (!rx_queue->rx_buff) in gfar_alloc_skb_resources()
2416 new_rxb = &rxq->rx_buff[nta]; in gfar_reuse_rx_page()
2434 struct gfar_rx_buff *rxb = &rx_queue->rx_buff[rx_queue->next_to_clean]; in gfar_get_next_rxbuff()