OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nmsix
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
virtio_pci.c
1141
int
nmsix
;
local in function:virtio_pci_alloc_interrupts
1147
nmsix
= pci_msix_count(psc->sc_pa.pa_pc, psc->sc_pa.pa_tag);
1148
aprint_debug_dev(self, "pci_msix_count=%d\n",
nmsix
);
1151
if ((sc->sc_flags & VIRTIO_F_INTR_MSIX) == 0 ||
nmsix
< 2) {
1158
sc->sc_nvqs + VIRTIO_MSIX_QUEUE_VECTOR_INDEX <=
nmsix
) {
1159
nmsix
= sc->sc_nvqs + VIRTIO_MSIX_QUEUE_VECTOR_INDEX;
1161
nmsix
= 2;
1165
counts[PCI_INTR_TYPE_MSIX] =
nmsix
;
1178
psc->sc_intr_pervq =
nmsix
> 2 ? true : false;
1179
psc->sc_ihs = kmem_zalloc(sizeof(*psc->sc_ihs) *
nmsix
,
[
all
...]
/src/sys/dev/pci/igc/
if_igc.c
587
const int
nmsix
= pci_msix_count(pa->pa_pc, pa->pa_tag);
local in function:igc_adjust_nqueues
588
if (
nmsix
<= 1)
590
else if (
nmsix
< nqueues + 1)
591
nqueues =
nmsix
- 1;
Completed in 18 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025