Home
last modified time | relevance | path

Searched refs:xdp_count (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_lib.c837 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() argument
847 ring_count = txr_count + rxr_count + xdp_count; in ixgbe_alloc_q_vector()
938 while (xdp_count) { in ixgbe_alloc_q_vector()
959 xdp_count--; in ixgbe_alloc_q_vector()
/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c1825 int xdp_count; in mlx4_en_set_channels() local
1837 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels()
1838 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1850 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c2727 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() argument
2735 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector()
2782 while (xdp_count) { in ixgbevf_alloc_q_vector()
2803 xdp_count--; in ixgbevf_alloc_q_vector()

Completed in 18 milliseconds