Searched refs:hs_fw (Results 1 – 6 of 6) sorted by relevance
1705 status = hermon_cmn_query_cmd_post(state, QUERY_FW, 0, 0, &state->hs_fw, in hermon_hw_init()1728 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()1758 clr_intr_offset = state->hs_fw.clr_intr_offs & HERMON_CMD_OFFSET_MASK; in hermon_hw_init()1770 (state->hs_reg_cmd_baseaddr + state->hs_fw.error_buf_addr); in hermon_hw_init()1790 fw_size = 1 << highbit(state->hs_fw.fw_pages); in hermon_hw_init()[all …]
613 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()
602 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()
632 buf_size = state->hs_fw.error_buf_sz; /* in #dwords */ in hermon_eq_catastrophic()
1227 num_outstanding_cmds = (1 << state->hs_fw.log_max_cmd); in hermon_outstanding_cmdlist_init()
594 struct hermon_hw_queryfw_s hs_fw; member