Searched refs:fw_ver_minor (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c360 uint32_t fw_ver_minor = 0; local
472 fw_ver_minor = ntohl(gi_is4->ext_fw_info.ext_minor);
479 fw_ver_minor = gi_is3->fw_info.minor;
492 fw_ver_major, fw_ver_minor, fw_ver_sub_minor);
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_def.h189 uint32_t fw_ver_minor; member in struct:qla_host
H A Dqla_misc.c629 ha->fw_ver_minor = READ_OFFSET32(ha, Q8_FW_VER_MINOR);
635 (((val >> 8) & 0xFF) != ha->fw_ver_minor) ||
646 ha->fw_ver_minor = READ_OFFSET32(ha, Q8_FW_VER_MINOR);
H A Dqla_os.c354 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,
358 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h256 int fw_ver_minor; member in struct:mxge_softc
H A Dif_mxge.c672 &sc->fw_ver_minor, &sc->fw_ver_tiny);
675 && sc->fw_ver_minor == MXGEFW_VERSION_MINOR)) {
952 if (sc->fw_ver_major == 1 && sc->fw_ver_minor == 4 &&
957 sc->fw_ver_major, sc->fw_ver_minor,
4962 if (sc->fw_ver_major == 1 && sc->fw_ver_minor == 4 &&
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_def.h233 uint32_t fw_ver_minor; member in struct:qla_host
H A Dql_misc.c791 ha->fw_ver_minor = READ_REG32(ha, Q8_FW_VER_MINOR);
H A Dql_os.c409 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,
412 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,

Completed in 207 milliseconds