Lines Matching defs:handle
800 ddi_acc_handle_t handle;
803 handle = rgep->cfg_handle;
808 cidp->command = pci_config_get16(handle, PCI_CONF_COMM);
809 cidp->vendor = pci_config_get16(handle, PCI_CONF_VENID);
810 cidp->device = pci_config_get16(handle, PCI_CONF_DEVID);
811 cidp->subven = pci_config_get16(handle, PCI_CONF_SUBVENID);
812 cidp->subdev = pci_config_get16(handle, PCI_CONF_SUBSYSID);
813 cidp->revision = pci_config_get8(handle, PCI_CONF_REVID);
814 cidp->clsize = pci_config_get8(handle, PCI_CONF_CACHE_LINESZ);
815 cidp->latency = pci_config_get8(handle, PCI_CONF_LATENCY_TIMER);
823 pci_config_put16(handle, PCI_CONF_COMM, commd);
1352 * rge_intr() -- handle chip interrupts