Home
last modified time | relevance | path

Searched refs:hs_cmd_regs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c588 state->hs_cmd_regs.hcr = (hermon_hw_hcr_t *) in hermon_fm_ereport_init()
592 state->hs_cmd_regs.sw_reset = (uint32_t *) in hermon_fm_ereport_init()
597 state->hs_cmd_regs.sw_semaphore = (uint32_t *) in hermon_fm_ereport_init()
605 state->hs_cmd_regs.clr_intr = (uint64_t *) in hermon_fm_ereport_init()
609 state->hs_cmd_regs.fw_err_buf = (uint32_t *)(uintptr_t) in hermon_fm_ereport_init()
1476 word = ddi_get32(cmdhdl, state->hs_cmd_regs.fw_err_buf); in hermon_inter_err_chk()
H A Dhermon_cmd.c999 mutex_enter(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1002 mutex_enter(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1005 hcr = state->hs_cmd_regs.hcr; in hermon_write_hcr()
1037 mutex_exit(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1040 mutex_exit(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1134 mutex_exit(&state-> hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1138 hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1176 mutex_exit(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1179 mutex_exit(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
1196 mutex_exit(&state->hs_cmd_regs.hcr_lock); in hermon_write_hcr()
[all …]
H A Dhermon.c1657 state->hs_cmd_regs.hcr = (hermon_hw_hcr_t *) in hermon_hw_init()
1662 state->hs_cmd_regs.sw_reset = (uint32_t *) in hermon_hw_init()
1665 state->hs_cmd_regs.sw_semaphore = (uint32_t *) in hermon_hw_init()
1761 state->hs_cmd_regs.clr_intr = (uint64_t *) in hermon_hw_init()
1769 state->hs_cmd_regs.fw_err_buf = (uint32_t *)(uintptr_t) in hermon_hw_init()
3848 sem = ddi_get32(cmdhdl, state->hs_cmd_regs.sw_semaphore); in hermon_sw_reset()
3866 (void *)state->hs_cmd_regs.sw_semaphore); in hermon_sw_reset()
3882 ddi_put32(cmdhdl, state->hs_cmd_regs.sw_reset, HERMON_SW_RESET_START); in hermon_sw_reset()
4895 sem = ddi_get32(cmdhdl, state->hs_cmd_regs.sw_semaphore); in hermon_quiesce()
4942 ddi_put32(cmdhdl, state->hs_cmd_regs.sw_reset, HERMON_SW_RESET_START); in hermon_quiesce()
H A Dhermon_event.c466 ddi_put64(cmdhdl, state->hs_cmd_regs.clr_intr, in hermon_isr()
630 base_addr = state->hs_cmd_regs.fw_err_buf; in hermon_eq_catastrophic()
689 (state->hs_cmd_regs.fw_err_buf + i); in hermon_eq_catastrophic()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h481 hermon_cmd_reg_t hs_cmd_regs; member