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

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c359 uint32_t fw_ver_major = 0; local
471 fw_ver_major = ntohl(gi_is4->ext_fw_info.ext_major);
478 fw_ver_major = gi_is3->fw_info.major;
492 fw_ver_major, fw_ver_minor, fw_ver_sub_minor);
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h188 uint32_t fw_ver_major; member in struct:qla_host
H A Dqla_misc.c627 ha->fw_ver_major = READ_OFFSET32(ha, Q8_FW_VER_MAJOR);
632 if (((val & 0xFF) != ha->fw_ver_major) ||
642 ha->fw_ver_major = READ_OFFSET32(ha, Q8_FW_VER_MAJOR);
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.h254 int fw_ver_major; member in struct:mxge_softc
H A Dif_mxge.c664 sscanf(sc->fw_version, "%d.%d.%d", &sc->fw_ver_major,
667 if (!(sc->fw_ver_major == MXGEFW_VERSION_MAJOR
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.h232 uint32_t fw_ver_major; member in struct:qla_host
H A Dql_misc.c786 ha->fw_ver_major = READ_REG32(ha, Q8_FW_VER_MAJOR);
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 187 milliseconds