Home
last modified time | relevance | path

Searched refs:xdp_idx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c837 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() argument
951 ring->queue_index = xdp_idx; in ixgbe_alloc_q_vector()
956 WRITE_ONCE(adapter->xdp_ring[xdp_idx], ring); in ixgbe_alloc_q_vector()
960 xdp_idx++; in ixgbe_alloc_q_vector()
1060 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbe_alloc_q_vectors() local
1088 xqpv, xdp_idx, in ixgbe_alloc_q_vectors()
1100 xdp_idx += xqpv; in ixgbe_alloc_q_vectors()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2727 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() argument
2731 int reg_idx = txr_idx + xdp_idx; in ixgbevf_alloc_q_vector()
2795 ring->queue_index = xdp_idx; in ixgbevf_alloc_q_vector()
2800 adapter->xdp_ring[xdp_idx] = ring; in ixgbevf_alloc_q_vector()
2804 xdp_idx++; in ixgbevf_alloc_q_vector()
2887 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbevf_alloc_q_vectors() local
2912 xqpv, xdp_idx, in ixgbevf_alloc_q_vectors()
2924 xdp_idx += xqpv; in ixgbevf_alloc_q_vectors()