Home
last modified time | relevance | path

Searched refs:fw_ver_major (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/qlxgb/
Dqla_def.h186 uint32_t fw_ver_major; member
Dqla_misc.c626 ha->fw_ver_major = READ_OFFSET32(ha, Q8_FW_VER_MAJOR); in qla_init_hw()
632 if (((val & 0xFF) != ha->fw_ver_major) || in qla_init_hw()
643 ha->fw_ver_major = READ_OFFSET32(ha, Q8_FW_VER_MAJOR); in qla_init_hw()
Dqla_os.c352 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub, in qla_pci_attach()
356 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub, in qla_pci_attach()
/freebsd-10-stable/sys/dev/qlxgbe/
Dql_def.h230 uint32_t fw_ver_major; member
Dql_os.c407 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub, in qla_pci_attach()
410 ha->fw_ver_major, ha->fw_ver_minor, ha->fw_ver_sub, in qla_pci_attach()
Dql_misc.c788 ha->fw_ver_major = READ_REG32(ha, Q8_FW_VER_MAJOR); in ql_init_hw()
/freebsd-10-stable/sys/dev/mxge/
Dif_mxge_var.h258 int fw_ver_major; member
Dif_mxge.c669 sscanf(sc->fw_version, "%d.%d.%d", &sc->fw_ver_major, in mxge_validate_firmware()
672 if (!(sc->fw_ver_major == MXGEFW_VERSION_MAJOR in mxge_validate_firmware()
950 if (sc->fw_ver_major == 1 && sc->fw_ver_minor == 4 && in mxge_adopt_running_firmware()
955 sc->fw_ver_major, sc->fw_ver_minor, in mxge_adopt_running_firmware()
4896 if (sc->fw_ver_major == 1 && sc->fw_ver_minor == 4 && in mxge_attach()