Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c832 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() argument
842 ring_count = txr_count + rxr_count + xdp_count; in ixgbe_alloc_q_vector()
936 while (xdp_count) { in ixgbe_alloc_q_vector()
956 xdp_count--; in ixgbe_alloc_q_vector()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1815 int xdp_count; in mlx4_en_set_channels() local
1827 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels()
1828 if (channel->tx_count * priv->prof->num_up + xdp_count > in mlx4_en_set_channels()
1833 channel->tx_count * priv->prof->num_up + xdp_count, in mlx4_en_set_channels()
1841 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c2680 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() argument
2688 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector()
2735 while (xdp_count) { in ixgbevf_alloc_q_vector()
2756 xdp_count--; in ixgbevf_alloc_q_vector()