Lines Matching defs:channels
3131 struct ethtool_channels *channels)
3134 u16 queue_pairs = channels->combined_count;
3137 /* We don't support separate rx/tx channels.
3138 * We don't allow setting 'other' channels.
3140 if (channels->rx_count || channels->tx_count || channels->other_count)
3146 /* For now we don't support modifying channels while XDP is loaded
3245 struct ethtool_channels *channels)
3249 channels->combined_count = vi->curr_queue_pairs;
3250 channels->max_combined = vi->max_queue_pairs;
3251 channels->max_other = 0;
3252 channels->rx_count = 0;
3253 channels->tx_count = 0;
3254 channels->other_count = 0;