Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c697 if (state->hs_fm_pcihdl) { in hermon_fm_ereport_init()
698 hermon_regs_map_free(state, &state->hs_fm_pcihdl); in hermon_fm_ereport_init()
699 state->hs_fm_pcihdl = NULL; in hermon_fm_ereport_init()
1364 state->hs_fm_pcihdl : state->hs_reg_pcihdl); in hermon_get_pcihdl()
H A Dhermon.c1422 if (state->hs_fm_pcihdl) { in hermon_drv_fini2()
1423 hermon_pci_config_teardown(state, &state->hs_fm_pcihdl); in hermon_drv_fini2()
1424 state->hs_fm_pcihdl = NULL; in hermon_drv_fini2()
1597 status = hermon_pci_config_setup(state, &state->hs_fm_pcihdl); in hermon_hw_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h714 ddi_acc_handle_t hs_fm_pcihdl; /* fm handle */ member