Home
last modified time | relevance | path

Searched refs:fw_ver_str (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_def.h198 uint8_t fw_ver_str[32]; member
H A Dqla_os.c157 ha->fw_ver_str, 0, "firmware version"); in qla_add_sysctls()
352 snprintf(ha->fw_ver_str, sizeof(ha->fw_ver_str), "%d.%d.%d.%d", in qla_pci_attach()
/freebsd/sys/dev/qlxgbe/
H A Dql_def.h247 uint8_t fw_ver_str[32]; member
H A Dql_os.c170 ha->fw_ver_str, 0, "firmware version"); in qla_add_sysctls()
399 snprintf(ha->fw_ver_str, sizeof(ha->fw_ver_str), "%d.%d.%d.%d", in qla_pci_attach()
/freebsd/sys/dev/bnxt/
H A Dbnxt.h515 char fw_ver_str[FW_VER_STR_LEN]; member
H A Dbnxt_hwrm.c672 snprintf (softc->ver_info->fw_ver_str, len, "%d.%d.%d.%d", in bnxt_hwrm_ver_get()
676 int fw_ver_len = strlen (softc->ver_info->fw_ver_str); in bnxt_hwrm_ver_get()
678 snprintf(softc->ver_info->fw_ver_str + fw_ver_len, in bnxt_hwrm_ver_get()
H A Dbnxt_sysctl.c1067 "fw_ver", CTLFLAG_RD, vi->fw_ver_str, 0, in bnxt_create_ver_sysctls()
/freebsd/sys/dev/oce/
H A Doce_hw.h1560 uint8_t fw_ver_str[32]; member
1871 int8_t fw_ver_str[32]; member
H A Doce_mbox.c318 bcopy(fwcmd->params.rsp.fw_ver_str, sc->fw_version, 32); in oce_get_fw_version()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2084 char fw_ver_str[16] = EMPTY_FW_VERSION_STR; in ecore_dump_fw_ver_param() local
2105 …if (OSAL_SNPRINTF(fw_ver_str, sizeof(fw_ver_str), "%d_%d_%d_%d", fw_info.ver.num.major, fw_info.ve… in ecore_dump_fw_ver_param()
2119 offset += ecore_dump_str_param(dump_buf + offset, dump, "fw-version", fw_ver_str); in ecore_dump_fw_ver_param()
/freebsd/sys/dev/bxe/
H A Dbxe.h1404 char fw_ver_str[32]; member
H A Dbxe.c16012 snprintf(sc->fw_ver_str, sizeof(sc->fw_ver_str), "%d.%d.%d.%d", in bxe_add_sysctls()
16041 CTLFLAG_RD, sc->fw_ver_str, 0, in bxe_add_sysctls()
19334 "%s", sc->fw_ver_str); in bxe_eioctl()