Home
last modified time | relevance | path

Searched refs:bfe_conf_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c963 bar_orig = pci_config_get32(bfe->bfe_conf_handle, BFE_BAR0_WIN); in bfe_setup_config()
964 pci_config_put32(bfe->bfe_conf_handle, BFE_BAR0_WIN, BFE_REG_PCI); in bfe_setup_config()
980 pci_config_put32(bfe->bfe_conf_handle, BFE_BAR0_WIN, bar_orig); in bfe_setup_config()
2509 vid = pci_config_get16(bfe->bfe_conf_handle, PCI_CONF_VENID); in bfe_identify_hardware()
2510 did = pci_config_get16(bfe->bfe_conf_handle, PCI_CONF_DEVID); in bfe_identify_hardware()
2866 if (pci_config_setup(dip, &bfe->bfe_conf_handle) != DDI_SUCCESS) { in bfe_attach()
2874 ret = pci_config_get16(bfe->bfe_conf_handle, PCI_CONF_COMM); in bfe_attach()
2875 pci_config_put16(bfe->bfe_conf_handle, PCI_CONF_COMM, in bfe_attach()
2957 pci_config_teardown(&bfe->bfe_conf_handle); in bfe_attach()
3017 pci_config_teardown(&bfe->bfe_conf_handle); in bfe_detach()
H A Dbfe.h299 ddi_acc_handle_t bfe_conf_handle; member