Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h163 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h163 #define PCI_CAP_ID_MSI 0x5 /* MSI supported */
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h612 #define PCI_CAP_ID_MSI 0x5 /* MSI supported */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c119 if ((PCI_CAP_LOCATE(*h, PCI_CAP_ID_MSI, caps_ptr) == DDI_SUCCESS) && in pci_get_msi_ctrl()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c208 {PCI_CAP_ID_MSI, 0, 0, PCI_CAP_SZUNKNOWN, pci_msi_save},
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c59 {PCI_CAP_ID_MSI, "PCI_CAP_ID_MSI"},
2128 !hba->pci_cap_offset[PCI_CAP_ID_MSI]) { in emlxs_init_adapter_info()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c243 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI, &msi_cap_base) == in pci_common_intr_ops()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3019 if ((PCI_CAP_LOCATE(pci_cfg_hdl, PCI_CAP_ID_MSI, in tavor_intr_disable()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5629 err = myri10ge_find_cap(handle, &ptr, PCI_CAP_ID_MSI); in myri10ge_save_msi_state()
5655 err = myri10ge_find_cap(handle, &ptr, PCI_CAP_ID_MSI); in myri10ge_restore_msi_state()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4768 { PCI_CAP_ID_MSI, "msi", "Message Signaled Interrupts",
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4347 case PCI_CAP_ID_MSI: in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13427 case PCI_CAP_ID_MSI: in mptsas_get_pci_cap()