Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_vmx.c276 int vmx_ntxqueues; member
774 sc->vmx_ntxqueues = sc->vmx_max_ntxqueues; in vmxnet3_check_multiqueue()
782 sc->vmx_ntxqueues = 1; in vmxnet3_check_multiqueue()
889 for (i = 0; i < sc->vmx_ntxqueues; i++) { in vmxnet3_free_interrupts()
1085 for (i = 0; i < sc->vmx_ntxqueues; i++) { in vmxnet3_set_interrupt_idx()
1326 size = sc->vmx_ntxqueues * sizeof(struct vmxnet3_txq_shared) + in vmxnet3_alloc_shared_data()
1336 for (i = 0; i < sc->vmx_ntxqueues; i++) { in vmxnet3_alloc_shared_data()
1394 for (q = 0; q < sc->vmx_ntxqueues; q++) { in vmxnet3_alloc_txq_data()
1445 for (q = 0; q < sc->vmx_ntxqueues; q++) { in vmxnet3_free_txq_data()
1707 for (i = 0; i < sc->vmx_ntxqueues; i++) { in vmxnet3_init_shared_data()
[all …]