Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c709 if (state->hs_fm_uarhdl) { in hermon_fm_ereport_init()
710 hermon_regs_map_free(state, &state->hs_fm_uarhdl); in hermon_fm_ereport_init()
711 state->hs_fm_uarhdl = NULL; in hermon_fm_ereport_init()
1309 state->hs_fm_uarhdl : state->hs_reg_uarhdl); in hermon_get_uarhdl()
1337 state->hs_fm_uarhdl : state->hs_reg_uarhdl); in hermon_rsrc_alloc_uarhdl()
H A Dhermon.c1860 &state->hs_fm_uarhdl); in hermon_hw_init()
2292 if (state->hs_fm_uarhdl) { in hermon_hw_fini()
2293 hermon_regs_map_free(state, &state->hs_fm_uarhdl); in hermon_hw_fini()
2294 state->hs_fm_uarhdl = NULL; in hermon_hw_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h695 ddi_acc_handle_t hs_fm_uarhdl; /* fm-protected UAR hdl */ member