Searched refs:fw_version (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_drv_fc.h90 const char *fw_version; member in struct:ocs_s
H A Docs.h129 const char *fw_version; member in struct:ocs_softc
H A Docs_ioctl.c760 if (!strncmp(ocs->fw_version, fw_image->revision,
769 ocs->fw_version, fw_image->revision);
H A Docs_xport.c504 ocs->fw_version = (const char*) ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV);
/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_flash.h192 siena_mc_fw_version_t fw_version[]; member in struct:siena_mc_dynamic_config_hdr_s
H A Dsiena_nvram.c303 sizeof (((siena_mc_dynamic_config_hdr_t *)NULL)->fw_version[0])))
552 verp = &dcfg->fw_version[partn];
689 fwverp = &dcfg->fw_version[partn];
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1029 memcpy(softs->fw_version, identify_ctrl->fw_version,
1030 sizeof(identify_ctrl->fw_version));
1031 softs->fw_version[sizeof(identify_ctrl->fw_version)] = '\0';
1032 snprintf(softs->fw_version +
1033 strlen(softs->fw_version),
1034 sizeof(softs->fw_version),
1038 DBG_NOTE("Firmware version: %s Firmware build number: %d\n", softs->fw_version, softs->fw_build_number);
H A Dsmartpqi_structures.h966 uint8_t fw_version[4]; member in struct:bmic_ident_ctrl
1115 char fw_version[11]; member in struct:pqisrc_softstate
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h253 char fw_version[128]; member in struct:mxge_softc
H A Dif_mxge.c660 strlcpy(sc->fw_version, hdr->version, sizeof(sc->fw_version));
664 sscanf(sc->fw_version, "%d.%d.%d", &sc->fw_ver_major,
670 sc->fw_version);
1449 CTLFLAG_RD, sc->fw_version,
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_vf.c215 snprintf(sc->fw_version, sizeof(sc->fw_version), "%u.%u.%u.%u",
H A Dadapter.h915 char fw_version[16]; member in struct:adapter
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c408 snprintf(&sc->fw_version[0], sizeof(sc->fw_version), "%d.%d.%d",
662 snprintf(&sc->fw_version[0], sizeof(sc->fw_version), "%d.%d.%d",
675 device_printf(sc->dev, "Firmware Version %s\n", &sc->fw_version[0]);
2725 snprintf(&sc->fw_version[0], sizeof(sc->fw_version),
H A Dcxgb_adapter.h379 char fw_version[64]; member in struct:adapter
H A Dcxgb_sge.c3390 CTLFLAG_RD, sc->fw_version,
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_82599.c2314 u16 fw_version; local
2350 IXGBE_FW_PATCH_VERSION_4), &fw_version)) {
2357 if (fw_version > 0x5)
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c11015 u32 fw_version[3]; local
11023 fw_version[i] = htonl(REG_RD_IND(sc,
11025 BCE_PRINTF("Firmware version - %s\n", (char *) fw_version);
11073 u32 fw_version[3]; local
11081 fw_version[i] = htonl(REG_RD_IND(sc,
11084 BCE_PRINTF("Firmware version - %s\n", (char *) fw_version);
11132 u32 fw_version[3]; local
11140 fw_version[i] = htonl(REG_RD_IND(sc,
11143 BCE_PRINTF("Firmware version - %s\n", (char *) fw_version);
11191 u32 fw_version[ local
11250 u32 fw_version[4]; local
[all...]
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr.c514 snprintf(sc->fw_version, sizeof(sc->fw_version),
527 mpr_dprint(sc, MPR_INFO, "Firmware: %s, Driver: %s\n", sc->fw_version,
1866 OID_AUTO, "firmware_version", CTLFLAG_RD, sc->fw_version,
1867 strlen(sc->fw_version), "firmware version");
H A Dmprvar.h374 char fw_version[16]; member in struct:mpr_softc
/freebsd-13-stable/sys/dev/mps/
H A Dmps.c495 snprintf(sc->fw_version, sizeof(sc->fw_version),
508 mps_dprint(sc, MPS_INFO, "Firmware: %s, Driver: %s\n", sc->fw_version,
1713 OID_AUTO, "firmware_version", CTLFLAG_RD, sc->fw_version,
1714 strlen(sc->fw_version), "firmware version");
H A Dmpsvar.h332 char fw_version[16]; member in struct:mps_softc
/freebsd-13-stable/sys/dev/oce/
H A Doce_sysctl.c97 sc->fw_version,
98 sizeof(sc->fw_version),
H A Doce_if.h830 char fw_version[32]; member in struct:oce_softc
H A Doce_mbox.c319 bcopy(fwcmd->params.rsp.fw_ver_str, sc->fw_version, 32);
/freebsd-13-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h819 u8 fw_version[0x20]; member in struct:mlx5_ifc_pddr_module_info_bits
3152 u8 fw_version[0x20]; member in struct:mlx5_ifc_health_buffer_bits
3229 struct mlx5_ifc_fw_version_bits fw_version; member in struct:mlx5_ifc_icmd_query_fw_info_out_bits
10012 struct mlx5_ifc_fw_version_bits fw_version; member in union:mlx5_ifc_icmd_interface_document_bits

Completed in 581 milliseconds

12