Home
last modified time | relevance | path

Searched refs:hs_fw (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1728 state->hs_fw.fw_rev_major, in hermon_hw_init()
1729 state->hs_fw.fw_rev_minor, in hermon_hw_init()
1730 state->hs_fw.fw_rev_subminor); in hermon_hw_init()
1734 state->hs_fw.fw_rev_major, in hermon_hw_init()
1735 state->hs_fw.fw_rev_minor, in hermon_hw_init()
1736 state->hs_fw.fw_rev_subminor); in hermon_hw_init()
1790 fw_size = 1 << highbit(state->hs_fw.fw_pages); in hermon_hw_init()
2466 if ((state->hs_fw.fw_rev_major > 2) || in hermon_soft_state_init()
2467 ((state->hs_fw.fw_rev_major == 2) && in hermon_soft_state_init()
2468 (state->hs_fw.fw_rev_minor >= 7))) in hermon_soft_state_init()
[all …]
H A Dhermon_ioctl.c613 init_info.af_fwrev.afi_maj = state->hs_fw.fw_rev_major; in hermon_ioctl_flash_init()
614 init_info.af_fwrev.afi_min = state->hs_fw.fw_rev_minor; in hermon_ioctl_flash_init()
615 init_info.af_fwrev.afi_sub = state->hs_fw.fw_rev_subminor; in hermon_ioctl_flash_init()
806 info.ai_fw_rev.afi_maj = state->hs_fw.fw_rev_major; in hermon_ioctl_info()
807 info.ai_fw_rev.afi_min = state->hs_fw.fw_rev_minor; in hermon_ioctl_info()
808 info.ai_fw_rev.afi_sub = state->hs_fw.fw_rev_subminor; in hermon_ioctl_info()
H A Dhermon_fm.c602 offset = state->hs_fw.clr_intr_offs & HERMON_CMD_OFFSET_MASK; in hermon_fm_ereport_init()
610 (state->hs_reg_cmd_baseaddr + state->hs_fw.error_buf_addr); in hermon_fm_ereport_init()
H A Dhermon_event.c632 buf_size = state->hs_fw.error_buf_sz; /* in #dwords */ in hermon_eq_catastrophic()
H A Dhermon_cmd.c1227 num_outstanding_cmds = (1 << state->hs_fw.log_max_cmd); in hermon_outstanding_cmdlist_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h593 struct hermon_hw_queryfw_s hs_fw; member