Lines Matching refs:ixgbevf_ring
196 static void ixgbevf_unmap_and_free_tx_resource(struct ixgbevf_ring *tx_ring, in ixgbevf_unmap_and_free_tx_resource()
218 static u64 ixgbevf_get_tx_completed(struct ixgbevf_ring *ring) in ixgbevf_get_tx_completed()
223 static u32 ixgbevf_get_tx_pending(struct ixgbevf_ring *ring) in ixgbevf_get_tx_pending()
238 static inline bool ixgbevf_check_tx_hang(struct ixgbevf_ring *tx_ring) in ixgbevf_check_tx_hang()
291 struct ixgbevf_ring *tx_ring) in ixgbevf_clean_tx_irq()
466 static inline void ixgbevf_rx_checksum(struct ixgbevf_ring *ring, in ixgbevf_rx_checksum()
505 static void ixgbevf_process_skb_fields(struct ixgbevf_ring *rx_ring, in ixgbevf_process_skb_fields()
533 static bool ixgbevf_is_non_eop(struct ixgbevf_ring *rx_ring, in ixgbevf_is_non_eop()
550 static bool ixgbevf_alloc_mapped_page(struct ixgbevf_ring *rx_ring, in ixgbevf_alloc_mapped_page()
593 static void ixgbevf_alloc_rx_buffers(struct ixgbevf_ring *rx_ring, in ixgbevf_alloc_rx_buffers()
663 static void ixgbevf_pull_tail(struct ixgbevf_ring *rx_ring, in ixgbevf_pull_tail()
709 static bool ixgbevf_cleanup_headers(struct ixgbevf_ring *rx_ring, in ixgbevf_cleanup_headers()
742 static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring, in ixgbevf_reuse_rx_page()
786 static bool ixgbevf_add_rx_frag(struct ixgbevf_ring *rx_ring, in ixgbevf_add_rx_frag()
844 static struct sk_buff *ixgbevf_fetch_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_fetch_rx_buffer()
913 struct ixgbevf_ring *rx_ring, in ixgbevf_clean_rx_irq()
1011 struct ixgbevf_ring *ring; in ixgbevf_poll()
1081 struct ixgbevf_ring *ring; in ixgbevf_busy_poll_recv()
1127 struct ixgbevf_ring *ring; in ixgbevf_configure_msix()
1544 struct ixgbevf_ring *ring) in ixgbevf_configure_tx_ring()
1650 struct ixgbevf_ring *ring) in ixgbevf_disable_rx_queue()
1677 struct ixgbevf_ring *ring) in ixgbevf_rx_desc_queue_enable()
1730 struct ixgbevf_ring *ring) in ixgbevf_configure_rx_ring()
2096 static void ixgbevf_clean_rx_ring(struct ixgbevf_ring *rx_ring) in ixgbevf_clean_rx_ring()
2137 static void ixgbevf_clean_tx_ring(struct ixgbevf_ring *tx_ring) in ixgbevf_clean_tx_ring()
2355 struct ixgbevf_ring *ring; in ixgbevf_alloc_queues()
2928 void ixgbevf_free_tx_resources(struct ixgbevf_ring *tx_ring) in ixgbevf_free_tx_resources()
2966 int ixgbevf_setup_tx_resources(struct ixgbevf_ring *tx_ring) in ixgbevf_setup_tx_resources()
3024 int ixgbevf_setup_rx_resources(struct ixgbevf_ring *rx_ring) in ixgbevf_setup_rx_resources()
3081 void ixgbevf_free_rx_resources(struct ixgbevf_ring *rx_ring) in ixgbevf_free_rx_resources()
3245 static void ixgbevf_tx_ctxtdesc(struct ixgbevf_ring *tx_ring, in ixgbevf_tx_ctxtdesc()
3266 static int ixgbevf_tso(struct ixgbevf_ring *tx_ring, in ixgbevf_tso()
3336 static void ixgbevf_tx_csum(struct ixgbevf_ring *tx_ring, in ixgbevf_tx_csum()
3445 static void ixgbevf_tx_map(struct ixgbevf_ring *tx_ring, in ixgbevf_tx_map()
3571 static int __ixgbevf_maybe_stop_tx(struct ixgbevf_ring *tx_ring, int size) in __ixgbevf_maybe_stop_tx()
3593 static int ixgbevf_maybe_stop_tx(struct ixgbevf_ring *tx_ring, int size) in ixgbevf_maybe_stop_tx()
3604 struct ixgbevf_ring *tx_ring; in ixgbevf_xmit_frame()
3847 const struct ixgbevf_ring *ring; in ixgbevf_get_stats()