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

/freebsd-13-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-13-stable/sys/dev/qlxgb/
H A Dqla_def.h189 uint32_t fw_ver_minor; member in struct:qla_host
H A Dqla_misc.c628 ha->fw_ver_minor = READ_OFFSET32(ha, Q8_FW_VER_MINOR);
633 (((val >> 8) & 0xFF) != ha->fw_ver_minor) ||
643 ha->fw_ver_minor = READ_OFFSET32(ha, Q8_FW_VER_MINOR);
H A Dqla_os.c353 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,
357 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h255 int fw_ver_minor; member in struct:mxge_softc
H A Dif_mxge.c665 &sc->fw_ver_minor, &sc->fw_ver_tiny);
668 && sc->fw_ver_minor == MXGEFW_VERSION_MINOR)) {
926 if (sc->fw_ver_major == 1 && sc->fw_ver_minor == 4 &&
931 sc->fw_ver_major, sc->fw_ver_minor,
4892 if (sc->fw_ver_major == 1 && sc->fw_ver_minor == 4 &&
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h233 uint32_t fw_ver_minor; member in struct:qla_host
H A Dql_misc.c787 ha->fw_ver_minor = READ_REG32(ha, Q8_FW_VER_MINOR);
H A Dql_os.c403 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,
406 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub,

Completed in 143 milliseconds