Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c551 if (pci_config_setup(state->hs_dip, &state->hs_reg_pcihdl) != in hermon_fm_ereport_init()
1364 state->hs_fm_pcihdl : state->hs_reg_pcihdl); in hermon_get_pcihdl()
H A Dhermon.c1427 if (state->hs_reg_pcihdl) { in hermon_drv_fini2()
1428 pci_config_teardown(&state->hs_reg_pcihdl); in hermon_drv_fini2()
1429 state->hs_reg_pcihdl = NULL; in hermon_drv_fini2()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h713 ddi_acc_handle_t hs_reg_pcihdl; /* PCI cfg handle */ member