Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixv.c187 static int ixv_num_queues = 0; variable
189 TUNABLE_INT("hw.ixv.num_queues", &ixv_num_queues);
1548 sc->num_queues = ixv_num_queues; in ixv_allocate_pci_resources()
3541 if (ixv_num_queues != 0) in ixv_configure_interrupts()
3542 queues = ixv_num_queues; in ixv_configure_interrupts()
3543 else if ((ixv_num_queues == 0) && (queues > IXGBE_VF_MAX_TX_QUEUES)) in ixv_configure_interrupts()