Lines Matching defs:channels
3721 struct ethtool_channels *channels)
3725 channels->max_rx = adapter->max_rx_queues;
3726 channels->max_tx = adapter->max_tx_queues;
3727 channels->max_other = 0;
3728 channels->max_combined = 0;
3729 channels->rx_count = adapter->req_rx_queues;
3730 channels->tx_count = adapter->req_tx_queues;
3731 channels->other_count = 0;
3732 channels->combined_count = 0;
3736 struct ethtool_channels *channels)
3740 adapter->desired.rx_queues = channels->rx_count;
3741 adapter->desired.tx_queues = channels->tx_count;