Searched refs:fw_ver_major (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/qlxgb/ |
| D | qla_def.h | 186 uint32_t fw_ver_major; member
|
| D | qla_misc.c | 626 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()
|
| D | qla_os.c | 352 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/ |
| D | ql_def.h | 230 uint32_t fw_ver_major; member
|
| D | ql_os.c | 407 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()
|
| D | ql_misc.c | 788 ha->fw_ver_major = READ_REG32(ha, Q8_FW_VER_MAJOR); in ql_init_hw()
|
| /freebsd-10-stable/sys/dev/mxge/ |
| D | if_mxge_var.h | 258 int fw_ver_major; member
|
| D | if_mxge.c | 669 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()
|