Lines Matching defs:handle
65 ddi_acc_handle_t handle = i_ddi_get_pci_config_handle(dip);
74 ASSERT((handle != NULL) && (cap_ptr != 0));
106 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSI_CTRL);
110 pci_config_put16(handle, cap_ptr + PCI_MSI_CTRL, msi_ctrl);
115 pci_config_put32(handle,
119 pci_config_put32(handle,
121 pci_config_put16(handle,
124 pci_config_put16(handle,
414 ddi_acc_handle_t handle = i_ddi_get_pci_config_handle(rdip);
416 ASSERT((handle != NULL) && (cap_ptr != 0));
419 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSI_CTRL);
424 pci_config_put16(handle, cap_ptr + PCI_MSI_CTRL, msi_ctrl);
443 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL);
447 pci_config_put16(handle, cap_ptr + PCI_MSIX_CTRL,
511 ddi_acc_handle_t handle;
585 handle = i_ddi_get_pci_config_handle(orig_dip);
586 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSI_CTRL);
594 msi_pvm = pci_config_get32(handle, msi_mask_off);
595 pci_config_put32(handle, msi_mask_off, (uint32_t)-1);
598 pci_config_get32(handle, msi_mask_off)));
626 pci_config_put32(handle, msi_mask_off, msi_pvm);
629 pci_config_get32(handle, msi_mask_off)));
745 * hdlp - pointer to the internal interrupt handle structure for the
896 * The interrupt handle given here has been allocated
928 * The interrupt handle given here has been allocated