Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1189 state->ts_fw.fw_rev_major, in tavor_hw_init()
1199 state->ts_fw.fw_rev_major, in tavor_hw_init()
1205 state->ts_fw.fw_rev_major, in tavor_hw_init()
1592 hca_attr->hca_fw_major_version = state->ts_fw.fw_rev_major; in tavor_soft_state_init()
2518 if (state->ts_fw.fw_rev_major < tavor_fw_ver_major) { in tavor_fw_version_check()
2520 } else if (state->ts_fw.fw_rev_major > tavor_fw_ver_major) { in tavor_fw_version_check()
2556 "HW rev: %02x\n", state->ts_instance, state->ts_fw.fw_rev_major, in tavor_device_info_report()
H A Dtavor_ioctl.c535 init_info.tf_fwrev.tfi_maj = state->ts_fw.fw_rev_major; in tavor_ioctl_flash_init()
701 info.ti_fw_rev.tfi_maj = state->ts_fw.fw_rev_major; in tavor_ioctl_info()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1728 state->hs_fw.fw_rev_major, in hermon_hw_init()
1734 state->hs_fw.fw_rev_major, in hermon_hw_init()
2413 hca_attr->hca_fw_major_version = state->hs_fw.fw_rev_major; in hermon_soft_state_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()
4031 if (state->hs_fw.fw_rev_major < hermon_fw_ver_major) { in hermon_fw_version_check()
4033 } else if (state->hs_fw.fw_rev_major > hermon_fw_ver_major) { in hermon_fw_version_check()
4071 "HW rev: %02d\n", state->hs_instance, state->hs_fw.fw_rev_major, in hermon_device_info_report()
H A Dhermon_ioctl.c613 init_info.af_fwrev.afi_maj = state->hs_fw.fw_rev_major; in hermon_ioctl_flash_init()
806 info.ai_fw_rev.afi_maj = state->hs_fw.fw_rev_major; in hermon_ioctl_info()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h353 uint32_t fw_rev_major :16; member
371 uint32_t fw_rev_major :16; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h566 uint32_t fw_rev_major :16; member
615 uint32_t fw_rev_major :16; member