Searched refs:PCI_CAP_ID_MSI (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.h | 163 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_os.h | 163 #define PCI_CAP_ID_MSI 0x5 /* MSI supported */
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pci.h | 606 #define PCI_CAP_ID_MSI 0x5 /* MSI supported */ macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 119 if ((PCI_CAP_LOCATE(*h, PCI_CAP_ID_MSI, caps_ptr) == DDI_SUCCESS) && in pci_get_msi_ctrl()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunpci.c | 306 {PCI_CAP_ID_MSI, 0, 0, PCI_CAP_SZUNKNOWN, pci_msi_save},
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 57 {PCI_CAP_ID_MSI, "PCI_CAP_ID_MSI"}, 2104 !hba->pci_cap_offset[PCI_CAP_ID_MSI]) { in emlxs_init_adapter_info()
|
/titanic_50/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 242 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI, &msi_cap_base) == in pci_common_intr_ops()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3441 if ((PCI_CAP_LOCATE(pci_cfg_hdl, PCI_CAP_ID_MSI, in tavor_intr_disable()
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 5663 err = myri10ge_find_cap(handle, &ptr, PCI_CAP_ID_MSI); in myri10ge_save_msi_state() 5689 err = myri10ge_find_cap(handle, &ptr, PCI_CAP_ID_MSI); in myri10ge_restore_msi_state()
|
/titanic_50/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4242 case PCI_CAP_ID_MSI: in ahci_config_space_init()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 13397 case PCI_CAP_ID_MSI: in mptsas_get_pci_cap()
|