Home
last modified time | relevance | path

Searched refs:ios_cfg_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h128 ddi_acc_handle_t ios_cfg_handle; member
160 (pci_config_get16(OS_DEP(hw)->ios_cfg_handle, (reg)))
162 (pci_config_put16(OS_DEP(hw)->ios_cfg_handle, (reg), (value)))
H A Di40e_osdep.c207 status = pci_lcap_locate((OS_DEP(hw))->ios_cfg_handle, pcie_id, in i40e_set_hw_bus_info()
216 value = pci_config_get16(OS_DEP(hw)->ios_cfg_handle, in i40e_set_hw_bus_info()
H A Di40e_main.c1445 i40e->i40e_osdep_space.ios_cfg_handle != NULL) { in i40e_unconfigure()
1446 pci_config_teardown(&i40e->i40e_osdep_space.ios_cfg_handle); in i40e_unconfigure()
1447 i40e->i40e_osdep_space.ios_cfg_handle = NULL; in i40e_unconfigure()
1514 hw->vendor_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_VENID); in i40e_identify_hardware()
1515 hw->device_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_DEVID); in i40e_identify_hardware()
1516 hw->revision_id = pci_config_get8(osdep->ios_cfg_handle, in i40e_identify_hardware()
1519 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBSYSID); in i40e_identify_hardware()
1521 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBVENID); in i40e_identify_hardware()
3147 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_cfg_handle) != in i40e_stop()
3348 if (pci_config_setup(devinfo, &osdep->ios_cfg_handle) != DDI_SUCCESS) { in i40e_attach()
[all …]