Lines Matching refs:ixgbevf_rx_buffer
110 static bool ixgbevf_can_reuse_rx_page(struct ixgbevf_rx_buffer *rx_buffer);
112 struct ixgbevf_rx_buffer *old_buff);
527 struct ixgbevf_rx_buffer *ixgbevf_get_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_get_rx_buffer()
530 struct ixgbevf_rx_buffer *rx_buffer; in ixgbevf_get_rx_buffer()
548 struct ixgbevf_rx_buffer *rx_buffer, in ixgbevf_put_rx_buffer()
604 struct ixgbevf_rx_buffer *bi) in ixgbevf_alloc_mapped_page()
653 struct ixgbevf_rx_buffer *bi; in ixgbevf_alloc_rx_buffers()
765 struct ixgbevf_rx_buffer *old_buff) in ixgbevf_reuse_rx_page()
767 struct ixgbevf_rx_buffer *new_buff; in ixgbevf_reuse_rx_page()
783 static bool ixgbevf_can_reuse_rx_page(struct ixgbevf_rx_buffer *rx_buffer) in ixgbevf_can_reuse_rx_page()
827 struct ixgbevf_rx_buffer *rx_buffer, in ixgbevf_add_rx_frag()
849 struct ixgbevf_rx_buffer *rx_buffer, in ixgbevf_construct_skb()
924 struct ixgbevf_rx_buffer *rx_buffer, in ixgbevf_build_skb()
1103 struct ixgbevf_rx_buffer *rx_buffer, in ixgbevf_rx_buffer_flip()
1133 struct ixgbevf_rx_buffer *rx_buffer; in ixgbevf_clean_rx_irq()
1939 sizeof(struct ixgbevf_rx_buffer) * ring->count); in ixgbevf_configure_rx_ring()
2368 struct ixgbevf_rx_buffer *rx_buffer; in ixgbevf_clean_rx_ring()
3497 size = sizeof(struct ixgbevf_rx_buffer) * rx_ring->count; in ixgbevf_setup_rx_resources()