Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c703 if (state->hs_fm_cmdhdl) { in hermon_fm_ereport_init()
704 hermon_regs_map_free(state, &state->hs_fm_cmdhdl); in hermon_fm_ereport_init()
705 state->hs_fm_cmdhdl = NULL; in hermon_fm_ereport_init()
1282 state->hs_fm_cmdhdl : state->hs_reg_cmdhdl); in hermon_get_cmdhdl()
H A Dhermon.c1379 if (state->hs_fm_cmdhdl) { in hermon_drv_fini2()
1380 hermon_regs_map_free(state, &state->hs_fm_cmdhdl); in hermon_drv_fini2()
1381 state->hs_fm_cmdhdl = NULL; in hermon_drv_fini2()
1612 &state->hs_fm_cmdhdl); in hermon_hw_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h694 ddi_acc_handle_t hs_fm_cmdhdl; /* fm-protected CMD hdl */ member