Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c217 PCI_CAP_PUT16(h, 0, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_configure()
236 PCI_CAP_PUT16(h, 0, caps_ptr, PCI_MSI_64BIT_DATA, data); in pci_msi_configure()
242 PCI_CAP_PUT16(h, 0, caps_ptr, PCI_MSI_32BIT_DATA, data); in pci_msi_configure()
308 PCI_CAP_PUT16(h, 0, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_unconfigure()
313 PCI_CAP_PUT16(h, 0, caps_ptr, PCI_MSI_64BIT_DATA, 0); in pci_msi_unconfigure()
317 PCI_CAP_PUT16(h, 0, caps_ptr, PCI_MSI_32BIT_DATA, 0); in pci_msi_unconfigure()
410 PCI_CAP_PUT16(cfg_hdle, 0, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_enable_mode()
417 PCI_CAP_PUT16(cfg_hdle, 0, caps_ptr, PCI_MSIX_CTRL, in pci_msi_enable_mode()
458 PCI_CAP_PUT16(cfg_hdle, 0, caps_ptr, PCI_MSI_CTRL, msi_ctrl); in pci_msi_disable_mode()
464 PCI_CAP_PUT16(cfg_hdle, 0, caps_ptr, PCI_MSIX_CTRL, msi_ctrl); in pci_msi_disable_mode()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcix.c79 PCI_CAP_PUT16(handle, 0, pcix_cap_ptr, 2, pcix_cmd); in pcix_set_cmd_reg()
H A Dpci_pci.c1406 PCI_CAP_PUT16(ppb->ppb_conf_hdl, 0, ppb->ppb_pm_cap_ptr, PCI_PMCSR, in ppb_pwr()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h87 #define PCI_CAP_PUT16(h, i, b, o, d) \ macro
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c812 (void) PCI_CAP_PUT16(hdl, 0, cap_ptr, PCIE_DEVCTL, in ppt_flr()
1060 (void) PCI_CAP_PUT16(cfg, 0, cap_ptr, PCI_PMCSR, in ppt_reset_pci_power_state()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c464 (void) PCI_CAP_PUT16(cfg_hdl, 0, cap_ptr, PCIE_DEVCTL, in pcieb_41210_mps_wkrnd()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3040 PCI_CAP_PUT16(pci_cfg_hdl, 0, caps_ctrl, PCI_MSI_CTRL, in tavor_intr_disable()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4806 PCI_CAP_PUT16(pci_cfg_hdl, 0, caps_ctrl, PCI_MSIX_CTRL, in hermon_intr_disable()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3982 PCI_CAP_PUT16(h, 0, cap_ptr, PCIE_DEVCTL, devctl); in pcicfg_disable_bridge_probe_err()