Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c685 if (state->hs_fm_msix_tblhdl) { in hermon_fm_ereport_init()
686 hermon_regs_map_free(state, &state->hs_fm_msix_tblhdl); in hermon_fm_ereport_init()
687 state->hs_fm_msix_tblhdl = NULL; in hermon_fm_ereport_init()
1392 state->hs_fm_msix_tblhdl : state->hs_reg_msix_tblhdl); in hermon_get_msix_tblhdl()
H A Dhermon.c1402 if (state->hs_fm_msix_tblhdl) { in hermon_drv_fini2()
1403 hermon_regs_map_free(state, &state->hs_fm_msix_tblhdl); in hermon_drv_fini2()
1404 state->hs_fm_msix_tblhdl = NULL; in hermon_drv_fini2()
4708 &state->hs_fm_msix_tblhdl) != DDI_SUCCESS) { in hermon_set_msix_info()
4749 hermon_regs_map_free(state, &state->hs_fm_msix_tblhdl); in hermon_set_msix_info()
4750 state->hs_fm_msix_tblhdl = NULL; in hermon_set_msix_info()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h720 ddi_acc_handle_t hs_fm_msix_tblhdl; /* fm handle */ member