Lines Matching refs:xdp_ring
1057 struct ixgbevf_ring *xdp_ring; in ixgbevf_run_xdp() local
1072 xdp_ring = adapter->xdp_ring[rx_ring->queue_index]; in ixgbevf_run_xdp()
1073 result = ixgbevf_xmit_xdp_ring(xdp_ring, xdp); in ixgbevf_run_xdp()
1226 struct ixgbevf_ring *xdp_ring = in ixgbevf_clean_rx_irq() local
1227 adapter->xdp_ring[rx_ring->queue_index]; in ixgbevf_clean_rx_irq()
1233 ixgbevf_write_tail(xdp_ring, xdp_ring->next_to_use); in ixgbevf_clean_rx_irq()
1739 ixgbevf_configure_tx_ring(adapter, adapter->xdp_ring[i]); in ixgbevf_configure_tx()
2443 ixgbevf_clean_tx_ring(adapter->xdp_ring[i]); in ixgbevf_clean_all_tx_rings()
2483 u8 reg_idx = adapter->xdp_ring[i]->reg_idx; in ixgbevf_down()
2753 adapter->xdp_ring[xdp_idx] = ring; in ixgbevf_alloc_q_vector()
2810 adapter->xdp_ring[ring->queue_index] = NULL; in ixgbevf_free_q_vector()
3184 set_check_for_tx_hang(adapter->xdp_ring[i]); in ixgbevf_check_hang_subtask()
3357 if (adapter->xdp_ring[i]->desc) in ixgbevf_free_all_tx_resources()
3358 ixgbevf_free_tx_resources(adapter->xdp_ring[i]); in ixgbevf_free_all_tx_resources()
3420 err = ixgbevf_setup_tx_resources(adapter->xdp_ring[j]); in ixgbevf_setup_all_tx_resources()
3431 ixgbevf_free_tx_resources(adapter->xdp_ring[j]); in ixgbevf_setup_all_tx_resources()
4358 ring = adapter->xdp_ring[i]; in ixgbevf_get_stats()