Lines Matching refs:gfar_priv_rx_q
142 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit);
156 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, in gfar_init_rxbdp()
177 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_init_bds()
247 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_alloc_skb_resources()
598 priv->rx_queue[i] = kzalloc(sizeof(struct gfar_priv_rx_q), in gfar_alloc_rx_queues()
1923 static void free_skb_rx_queue(struct gfar_priv_rx_q *rx_queue) in free_skb_rx_queue()
1953 struct gfar_priv_rx_q *rx_queue = NULL; in free_skb_resources()
2893 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit) in gfar_clean_rx_ring()
2989 struct gfar_priv_rx_q *rx_queue = gfargrp->rx_queue; in gfar_poll_rx_sq()
3049 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_poll_rx()
3504 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_update_link_state()