Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c117 int channel_ix = fallback(dev, skb, NULL); in mlx5e_select_queue() local
122 return channel_ix; in mlx5e_select_queue()
136 if (channel_ix >= num_channels) in mlx5e_select_queue()
137 channel_ix = reciprocal_scale(channel_ix, num_channels); in mlx5e_select_queue()
139 return priv->channel_tc2txq[channel_ix][up]; in mlx5e_select_queue()