Home
last modified time | relevance | path

Searched refs:xn_num_queues (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c96 static unsigned long xn_num_queues = 4; variable
97 TUNABLE_ULONG("hw.xn.num_queues", &xn_num_queues);
467 &xn_num_queues, "Number of pairs of queues"); in netfront_attach()
595 num_queues = xn_num_queues; in talk_to_backend()