Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c1107 ddi_acc_handle_t pcihdl = adapter->pci_cfg_handle; in netxen_pcie_strap_init() local
1114 control = pci_config_get32(pcihdl, 0xD0); in netxen_pcie_strap_init()
1119 control = pci_config_get32(pcihdl, 0xC8); in netxen_pcie_strap_init()
1120 control = pci_config_get32(pcihdl, 0xC8); in netxen_pcie_strap_init()
1121 pci_config_put32(pcihdl, 0xC8, c8c9value); in netxen_pcie_strap_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4827 ddi_acc_handle_t pcihdl = hermon_get_pcihdl(state); in hermon_quiesce() local
4876 if (hermon_pci_capability_list(state, pcihdl) != DDI_SUCCESS) { in hermon_quiesce()
4937 pci_config_get32(pcihdl, i << 2); in hermon_quiesce()
4953 while ((pci_config_get32(pcihdl, 0) & 0x0000FFFF) != PCI_VENID_MLX) { in hermon_quiesce()
4968 pci_config_put32(pcihdl, i << 2, state->hs_cfg_data[i]); in hermon_quiesce()
5001 pci_config_put32(pcihdl, offset + HERMON_PCI_CAP_DEV_OFFS, data32); in hermon_quiesce()
5003 pci_config_put32(pcihdl, offset + HERMON_PCI_CAP_LNK_OFFS, data32); in hermon_quiesce()
5006 pci_config_put32(pcihdl, 0x04, (state->hs_cfg_data[1] | 0x0006)); in hermon_quiesce()