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.h137 ddi_acc_handle_t ios_cfg_handle; member in struct:i40e_osdep
169 (pci_config_get16(OS_DEP(hw)->ios_cfg_handle, (reg)))
171 (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,
216 value = pci_config_get16(OS_DEP(hw)->ios_cfg_handle,
H A Di40e_main.c1359 i40e->i40e_osdep_space.ios_cfg_handle != NULL) {
1360 pci_config_teardown(&i40e->i40e_osdep_space.ios_cfg_handle);
1361 i40e->i40e_osdep_space.ios_cfg_handle = NULL;
1428 hw->vendor_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_VENID);
1429 hw->device_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_DEVID);
1430 hw->revision_id = pci_config_get8(osdep->ios_cfg_handle,
1433 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBSYSID);
1435 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBVENID);
2495 if (i40e_check_acc_handle(i40e->i40e_osdep_space.ios_cfg_handle) !=
2664 if (pci_config_setup(devinfo, &osdep->ios_cfg_handle) !
[all...]

Completed in 64 milliseconds