Lines Matching defs:channels
2171 struct ethtool_channels *channels)
2174 u16 queue_pairs = channels->combined_count;
2177 /* We don't support separate rx/tx channels.
2178 * We don't allow setting 'other' channels.
2180 if (channels->rx_count || channels->tx_count || channels->other_count)
2186 /* For now we don't support modifying channels while XDP is loaded
2286 struct ethtool_channels *channels)
2290 channels->combined_count = vi->curr_queue_pairs;
2291 channels->max_combined = vi->max_queue_pairs;
2292 channels->max_other = 0;
2293 channels->rx_count = 0;
2294 channels->tx_count = 0;
2295 channels->other_count = 0;