Searched refs:xennet_max_queues (Results 1 – 1 of 1) sorted by relevance
64 static unsigned int xennet_max_queues; variable65 module_param_named(max_queues, xennet_max_queues, uint, 0644);1713 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()2273 num_queues = min(max_queues, xennet_max_queues); in talk_to_netback()2696 if (xennet_max_queues == 0) in netif_init()2697 xennet_max_queues = min_t(unsigned int, MAX_QUEUES_DEFAULT, in netif_init()