Searched refs:PCI_MSIX_CTL (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arm/cortex/
H A Dgic_v2m.c192 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
194 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
206 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
208 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
223 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
225 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
H A Dgicv3_its.c471 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
473 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
488 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
490 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
/netbsd-current/sys/arch/x86/pci/
H A Dmsipic.c590 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
592 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
621 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
627 pci_conf_write16(pc, tag, off + PCI_MSIX_CTL + 2, ctl >> 16);
629 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pcie.c535 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
537 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
554 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
556 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
571 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
573 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
/netbsd-current/sys/dev/pci/
H A Dpci.c642 reg = pci_conf_read(pc, tag, offset + PCI_MSIX_CTL);
1020 pcs->msix_ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
1109 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, pcs->msix_ctl);
H A Dvirtio_pci.c1219 ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
1221 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl);
H A Dpcireg.h1235 #define PCI_MSIX_CTL 0x00 macro
H A Dpci_subr.c2480 reg = regs[o2i(capoff + PCI_MSIX_CTL)];
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixv.c3524 rid += PCI_MSIX_CTL;

Completed in 303 milliseconds