Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c836 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() argument
950 ring->queue_index = xdp_idx; in ixgbe_alloc_q_vector()
955 WRITE_ONCE(adapter->xdp_ring[xdp_idx], ring); in ixgbe_alloc_q_vector()
959 xdp_idx++; in ixgbe_alloc_q_vector()
1059 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbe_alloc_q_vectors() local
1087 xqpv, xdp_idx, in ixgbe_alloc_q_vectors()
1099 xdp_idx += xqpv; in ixgbe_alloc_q_vectors()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2725 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() argument
2729 int reg_idx = txr_idx + xdp_idx; in ixgbevf_alloc_q_vector()
2793 ring->queue_index = xdp_idx; in ixgbevf_alloc_q_vector()
2798 adapter->xdp_ring[xdp_idx] = ring; in ixgbevf_alloc_q_vector()
2802 xdp_idx++; in ixgbevf_alloc_q_vector()
2885 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbevf_alloc_q_vectors() local
2910 xqpv, xdp_idx, in ixgbevf_alloc_q_vectors()
2922 xdp_idx += xqpv; in ixgbevf_alloc_q_vectors()