Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c623 &state->hs_reg_accattr, &state->hs_reg_uarhdl) != DDI_SUCCESS) { 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.c2297 if (state->hs_reg_uarhdl) { in hermon_hw_fini()
2298 ddi_regs_map_free(&state->hs_reg_uarhdl); in hermon_hw_fini()
2299 state->hs_reg_uarhdl = NULL; in hermon_hw_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h422 ddi_acc_handle_t hs_reg_uarhdl; member