Lines Matching defs:rx_ring

360 	struct igb_ring *rx_ring;  in igb_dump()  local
4335 int igb_setup_rx_resources(struct igb_ring *rx_ring) in igb_setup_rx_resources()
4714 struct igb_ring *rx_ring) in igb_set_rx_buffer_len()
4750 struct igb_ring *rx_ring = adapter->rx_ring[i]; in igb_configure_rx() local
4875 void igb_free_rx_resources(struct igb_ring *rx_ring) in igb_free_rx_resources()
4913 static void igb_clean_rx_ring(struct igb_ring *rx_ring) in igb_clean_rx_ring()
6904 struct igb_ring *rx_ring, in igb_update_rx_dca()
8208 static void igb_reuse_rx_page(struct igb_ring *rx_ring, in igb_reuse_rx_page()
8277 static void igb_add_rx_frag(struct igb_ring *rx_ring, in igb_add_rx_frag()
8298 static struct sk_buff *igb_construct_skb(struct igb_ring *rx_ring, in igb_construct_skb()
8353 static struct sk_buff *igb_build_skb(struct igb_ring *rx_ring, in igb_build_skb()
8400 struct igb_ring *rx_ring, in igb_run_xdp()
8444 static unsigned int igb_rx_frame_truesize(struct igb_ring *rx_ring, in igb_rx_frame_truesize()
8460 static void igb_rx_buffer_flip(struct igb_ring *rx_ring, in igb_rx_buffer_flip()
8532 static bool igb_is_non_eop(struct igb_ring *rx_ring, in igb_is_non_eop()
8563 static bool igb_cleanup_headers(struct igb_ring *rx_ring, in igb_cleanup_headers()
8597 static void igb_process_skb_fields(struct igb_ring *rx_ring, in igb_process_skb_fields()
8629 static unsigned int igb_rx_offset(struct igb_ring *rx_ring) in igb_rx_offset()
8634 static struct igb_rx_buffer *igb_get_rx_buffer(struct igb_ring *rx_ring, in igb_get_rx_buffer()
8654 static void igb_put_rx_buffer(struct igb_ring *rx_ring, in igb_put_rx_buffer()
8678 struct igb_ring *rx_ring = q_vector->rx.ring; in igb_clean_rx_irq() local
8810 static bool igb_alloc_mapped_page(struct igb_ring *rx_ring, in igb_alloc_mapped_page()
8857 void igb_alloc_rx_buffers(struct igb_ring *rx_ring, u16 cleaned_count) in igb_alloc_rx_buffers()