Lines Matching refs:tx_buffer_info
281 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_irq()
330 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq()
350 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_irq()
375 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()
393 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbevf_clean_tx_irq()
991 tx_buffer = &ring->tx_buffer_info[i]; in ixgbevf_xmit_xdp_ring()
1732 memset(ring->tx_buffer_info, 0, in ixgbevf_configure_tx_ring()
2410 struct ixgbevf_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_clean_tx_ring()
2438 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring()
2455 tx_buffer = tx_ring->tx_buffer_info; in ixgbevf_clean_tx_ring()
3379 vfree(tx_ring->tx_buffer_info); in ixgbevf_free_tx_resources()
3380 tx_ring->tx_buffer_info = NULL; in ixgbevf_free_tx_resources()
3422 tx_ring->tx_buffer_info = vmalloc(size); in ixgbevf_setup_tx_resources()
3423 if (!tx_ring->tx_buffer_info) in ixgbevf_setup_tx_resources()
3440 vfree(tx_ring->tx_buffer_info); in ixgbevf_setup_tx_resources()
3441 tx_ring->tx_buffer_info = NULL; in ixgbevf_setup_tx_resources()
4037 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_tx_map()
4073 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_tx_map()
4086 tx_buffer = &tx_ring->tx_buffer_info[i]; in ixgbevf_tx_map()
4171 first = &tx_ring->tx_buffer_info[tx_ring->next_to_use]; in ixgbevf_xmit_frame_ring()