Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c531 init_info.tf_hwrev = pci_config_get32(state->ts_pci_cfghdl, in tavor_ioctl_flash_init()
1667 hdl = state->ts_pci_cfghdl; in tavor_flash_bank()
1702 hdl = state->ts_pci_cfghdl; in tavor_flash_read()
1742 hdl = state->ts_pci_cfghdl; in tavor_flash_write()
1779 hdl = state->ts_pci_cfghdl; in tavor_flash_init()
1940 hdl = state->ts_pci_cfghdl; in tavor_flash_fini()
H A Dtavor.c861 if (state->ts_pci_cfghdl) { in tavor_drv_fini2()
862 pci_config_teardown(&state->ts_pci_cfghdl); in tavor_drv_fini2()
863 state->ts_pci_cfghdl = NULL; in tavor_drv_fini2()
982 status = pci_config_setup(state->ts_dip, &state->ts_pci_cfghdl); in tavor_hw_init()
2302 ddi_acc_handle_t hdl = state->ts_pci_cfghdl, phdl; in tavor_sw_reset()
3006 ddi_acc_handle_t pci_cfg_hdl = state->ts_pci_cfghdl; in tavor_intr_disable()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h589 ddi_acc_handle_t ts_pci_cfghdl; /* PCI cfg handle */ member