Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c619 init_info.tf_hwrev = pci_config_get32(state->ts_pci_cfghdl, in tavor_ioctl_flash_init()
1949 hdl = state->ts_pci_cfghdl; in tavor_flash_bank()
1988 hdl = state->ts_pci_cfghdl; in tavor_flash_read()
2031 hdl = state->ts_pci_cfghdl; in tavor_flash_write()
2072 hdl = state->ts_pci_cfghdl; in tavor_flash_init()
2243 hdl = state->ts_pci_cfghdl; in tavor_flash_fini()
H A Dtavor.c974 if (state->ts_pci_cfghdl) { in tavor_drv_fini2()
975 pci_config_teardown(&state->ts_pci_cfghdl); in tavor_drv_fini2()
976 state->ts_pci_cfghdl = NULL; in tavor_drv_fini2()
1114 status = pci_config_setup(state->ts_dip, &state->ts_pci_cfghdl); in tavor_hw_init()
2649 ddi_acc_handle_t hdl = state->ts_pci_cfghdl, phdl; in tavor_sw_reset()
3428 ddi_acc_handle_t pci_cfg_hdl = state->ts_pci_cfghdl; in tavor_intr_disable()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h611 ddi_acc_handle_t ts_pci_cfghdl; /* PCI cfg handle */ member