/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 823 * @xdp_idx: index of first XDP ring to allocate 832 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() 947 ring->queue_index = xdp_idx; in ixgbe_alloc_q_vector() 951 WRITE_ONCE(adapter->xdp_ring[xdp_idx], ring); in ixgbe_alloc_q_vector() 955 xdp_idx++; in ixgbe_alloc_q_vector() 1055 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbe_alloc_q_vectors() local 1083 xqpv, xdp_idx, in ixgbe_alloc_q_vectors() 1095 xdp_idx += xqpv; in ixgbe_alloc_q_vectors() 829 ixgbe_alloc_q_vector(struct ixgbe_adapter *adapter, int v_count, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbe_alloc_q_vector() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 827 * @xdp_idx: index of first XDP ring to allocate 836 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() 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() 833 ixgbe_alloc_q_vector(struct ixgbe_adapter *adapter, int v_count, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbe_alloc_q_vector() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2710 * @xdp_idx: index of first XDP ring to allocate 2718 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() 2722 int reg_idx = txr_idx + xdp_idx; in ixgbevf_alloc_q_vector() 2786 ring->queue_index = xdp_idx; in ixgbevf_alloc_q_vector() 2791 adapter->xdp_ring[xdp_idx] = ring; in ixgbevf_alloc_q_vector() 2795 xdp_idx++; in ixgbevf_alloc_q_vector() 2878 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbevf_alloc_q_vectors() local 2903 xqpv, xdp_idx, in ixgbevf_alloc_q_vectors() 2915 xdp_idx += xqpv; in ixgbevf_alloc_q_vectors() 2716 ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbevf_alloc_q_vector() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2718 * @xdp_idx: index of first XDP ring to allocate 2726 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() 2730 int reg_idx = txr_idx + xdp_idx; in ixgbevf_alloc_q_vector() 2794 ring->queue_index = xdp_idx; in ixgbevf_alloc_q_vector() 2799 adapter->xdp_ring[xdp_idx] = ring; in ixgbevf_alloc_q_vector() 2803 xdp_idx++; in ixgbevf_alloc_q_vector() 2886 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbevf_alloc_q_vectors() local 2911 xqpv, xdp_idx, in ixgbevf_alloc_q_vectors() 2923 xdp_idx += xqpv; in ixgbevf_alloc_q_vectors() 2724 ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbevf_alloc_q_vector() argument
|