Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c691 if (state->hs_fm_msix_pbahdl) { in hermon_fm_ereport_init()
692 hermon_regs_map_free(state, &state->hs_fm_msix_pbahdl); in hermon_fm_ereport_init()
693 state->hs_fm_msix_pbahdl = NULL; in hermon_fm_ereport_init()
1420 state->hs_fm_msix_pbahdl : state->hs_reg_msix_pbahdl); in hermon_get_msix_pbahdl()
H A Dhermon.c1412 if (state->hs_fm_msix_pbahdl) { in hermon_drv_fini2()
1413 hermon_regs_map_free(state, &state->hs_fm_msix_pbahdl); in hermon_drv_fini2()
1414 state->hs_fm_msix_pbahdl = NULL; in hermon_drv_fini2()
4748 &state->hs_fm_msix_pbahdl) != DDI_SUCCESS) { in hermon_set_msix_info()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h729 ddi_acc_handle_t hs_fm_msix_pbahdl; /* fm handle */ member