Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlxgb/
Dqla_def.h187 uint32_t fw_ver_minor; member
Dqla_misc.c627 ha->fw_ver_minor = READ_OFFSET32(ha, Q8_FW_VER_MINOR); in qla_init_hw()
633 (((val >> 8) & 0xFF) != ha->fw_ver_minor) || in qla_init_hw()
644 ha->fw_ver_minor = READ_OFFSET32(ha, Q8_FW_VER_MINOR); 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.h231 uint32_t fw_ver_minor; 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.c789 ha->fw_ver_minor = READ_REG32(ha, Q8_FW_VER_MINOR); in ql_init_hw()
/freebsd-10-stable/sys/dev/mxge/
Dif_mxge_var.h259 int fw_ver_minor; member
Dif_mxge.c670 &sc->fw_ver_minor, &sc->fw_ver_tiny); in mxge_validate_firmware()
673 && sc->fw_ver_minor == MXGEFW_VERSION_MINOR)) { 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()