Lines Matching refs:xdp_ring

612 		ring = adapter->xdp_ring[n];  in ixgbe_dump()
951 &adapter->xdp_ring[i]->state); in ixgbe_update_xoff_rx_lfc()
998 struct ixgbe_ring *xdp_ring = adapter->xdp_ring[i]; in ixgbe_update_xoff_received() local
1000 tc = xdp_ring->dcb_tc; in ixgbe_update_xoff_received()
1002 clear_bit(__IXGBE_HANG_CHECK_ARMED, &xdp_ring->state); in ixgbe_update_xoff_received()
2411 struct ixgbe_ring *ring = adapter->xdp_ring[smp_processor_id()]; in ixgbe_clean_rx_irq()
3629 ixgbe_configure_tx_ring(adapter, adapter->xdp_ring[i]); in ixgbe_configure_tx()
5739 struct ixgbe_ring *ring = adapter->xdp_ring[i]; in ixgbe_disable_tx()
5786 struct ixgbe_ring *ring = adapter->xdp_ring[i]; in ixgbe_disable_tx()
5967 ixgbe_clean_tx_ring(adapter->xdp_ring[i]); in ixgbe_clean_all_tx_rings()
6008 if (adapter->xdp_ring[0]) in ixgbe_down()
6408 err = ixgbe_setup_tx_resources(adapter->xdp_ring[j]); in ixgbe_setup_all_tx_resources()
6420 ixgbe_free_tx_resources(adapter->xdp_ring[j]); in ixgbe_setup_all_tx_resources()
6565 if (adapter->xdp_ring[i]->desc) in ixgbe_free_all_tx_resources()
6566 ixgbe_free_tx_resources(adapter->xdp_ring[i]); in ixgbe_free_all_tx_resources()
6998 struct ixgbe_ring *xdp_ring = adapter->xdp_ring[i]; in ixgbe_update_stats() local
7000 restart_queue += xdp_ring->tx_stats.restart_queue; in ixgbe_update_stats()
7001 tx_busy += xdp_ring->tx_stats.tx_busy; in ixgbe_update_stats()
7002 bytes += xdp_ring->stats.bytes; in ixgbe_update_stats()
7003 packets += xdp_ring->stats.packets; in ixgbe_update_stats()
7201 &adapter->xdp_ring[i]->state); in ixgbe_fdir_reinit_subtask()
7236 set_check_for_tx_hang(adapter->xdp_ring[i]); in ixgbe_check_hang_subtask()
7452 struct ixgbe_ring *ring = adapter->xdp_ring[i]; in ixgbe_ring_tx_pending()
8429 struct ixgbe_ring *ring = adapter->xdp_ring[smp_processor_id()]; in ixgbe_xmit_xdp_ring()
8819 struct ixgbe_ring *ring = READ_ONCE(adapter->xdp_ring[i]); in ixgbe_get_stats64()
10191 ring = adapter->xdp_prog ? adapter->xdp_ring[smp_processor_id()] : NULL; in ixgbe_xdp_xmit()
10737 u64_stats_init(&adapter->xdp_ring[i]->syncp); in ixgbe_probe()