Searched refs:xdp_count (Results 1 – 3 of 3) sorted by relevance
833 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() argument843 ring_count = txr_count + rxr_count + xdp_count; in ixgbe_alloc_q_vector()935 while (xdp_count) { in ixgbe_alloc_q_vector()955 xdp_count--; in ixgbe_alloc_q_vector()
1837 int xdp_count; in mlx4_en_set_channels() local1849 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels()1850 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()1862 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
2703 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() argument2711 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector()2758 while (xdp_count) { in ixgbevf_alloc_q_vector()2779 xdp_count--; in ixgbevf_alloc_q_vector()