Searched refs:max_chan (Results 1 – 1 of 1) sorted by relevance
952 int err, max_chan; in eth_hn_dev_init() local1036 max_chan = rte_vmbus_max_channels(vmbus); in eth_hn_dev_init()1037 PMD_INIT_LOG(DEBUG, "VMBus max channels %d", max_chan); in eth_hn_dev_init()1038 if (max_chan <= 0) in eth_hn_dev_init()1044 hv->max_queues = RTE_MIN(rxr_cnt, (unsigned int)max_chan); in eth_hn_dev_init()