Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1842 int total_tx_count; in mlx4_en_set_channels() local
1857 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1858 if (total_tx_count > MAX_TX_RINGS) { in mlx4_en_set_channels()
1862 total_tx_count, MAX_TX_RINGS); in mlx4_en_set_channels()