Searched refs:deflt_qs (Results 1 – 1 of 1) sorted by relevance
12720 u32 deflt_qs = netif_get_num_default_rss_queues(); in tg3_get_channels() local12732 channel->rx_count = min(deflt_qs, tp->rxq_max); in tg3_get_channels()12737 channel->tx_count = min(deflt_qs, tp->txq_max); in tg3_get_channels()