Home
last modified time | relevance | path

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

/titanic_50/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.c1415 i40e->i40e_osdep_space.ios_cfg_handle != NULL) { in i40e_unconfigure()
1416 pci_config_teardown(&i40e->i40e_osdep_space.ios_cfg_handle); in i40e_unconfigure()
1417 i40e->i40e_osdep_space.ios_cfg_handle = NULL; in i40e_unconfigure()
1484 hw->vendor_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_VENID); in i40e_identify_hardware()
1485 hw->device_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_DEVID); in i40e_identify_hardware()
1486 hw->revision_id = pci_config_get8(osdep->ios_cfg_handle, in i40e_identify_hardware()
1489 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBSYSID); in i40e_identify_hardware()
1491 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBVENID); in i40e_identify_hardware()
3067 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_cfg_handle) != in i40e_stop()
3239 if (pci_config_setup(devinfo, &osdep->ios_cfg_handle) != DDI_SUCCESS) { in i40e_attach()
[all …]