Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dpcwd_pci.c227 char fw_ver_str[20]; /* The cards firmware version */ in pcipcwd_show_card_info() local
233 sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor); in pcipcwd_show_card_info()
235 sprintf(fw_ver_str, "<card no answer>"); in pcipcwd_show_card_info()
241 (int) pcipcwd_private.io_addr, fw_ver_str, in pcipcwd_show_card_info()
H A Dpcwd.c178 char fw_ver_str[6]; /* The cards firmware version */ member
303 strcpy(pcwd_private.fw_ver_str, "ERROR"); in pcwd_get_firmware()
310 sprintf(pcwd_private.fw_ver_str, "%c.%c%c%c", in pcwd_get_firmware()
342 pcwd_private.io_addr, pcwd_private.fw_ver_str); in pcwd_show_card_info()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_ethtool.c22 strscpy(info->fw_version, bd->fw_ver_str, sizeof(info->fw_version)); in bnge_get_drvinfo()
H A Dbnge.h121 char fw_ver_str[FW_VER_STR_LEN]; member
H A Dbnge_hwrm_lib.c62 snprintf(bd->fw_ver_str, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnge_hwrm_ver_get()
66 int fw_ver_len = strlen(bd->fw_ver_str); in bnge_hwrm_ver_get()
68 snprintf(bd->fw_ver_str + fw_ver_len, in bnge_hwrm_ver_get()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.c77 static void usnic_ib_fw_string_to_u64(char *fw_ver_str, u64 *fw_ver) in usnic_ib_fw_string_to_u64() argument
79 *fw_ver = *((u64 *)fw_ver_str); in usnic_ib_fw_string_to_u64()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h107 char fw_ver_str[ETHTOOL_FWVERS_LEN]; member
H A Dmain.c975 wl->chip.fw_ver_str); in wlcore_print_recovery()
1205 wl->chip.fw_ver_str); in wl1271_plt_start()
1209 strscpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl1271_plt_start()
2423 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw()
2427 strscpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl12xx_init_fw()
H A Ddebugfs.c491 DRIVER_STATE_PRINT_STR(chip.fw_ver_str); in driver_state_read()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h364 char fw_ver_str[BEISCSI_VER_STRLEN]; member
H A Dbe_mgmt.c1164 return snprintf(buf, PAGE_SIZE, "%s\n", phba->fw_ver_str); in beiscsi_fw_ver_disp()
H A Dbe_cmds.c1303 memcpy(phba->fw_ver_str, resp->params.hba_attribs. in beiscsi_check_supported_fw()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1184 char fw_ver_str[16] = EMPTY_FW_VERSION_STR; in qed_dump_fw_ver_param() local
1194 if (snprintf(fw_ver_str, sizeof(fw_ver_str), in qed_dump_fw_ver_param()
1218 dump, "fw-version", fw_ver_str); in qed_dump_fw_ver_param()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2039 strscpy(info->fw_version, bp->fw_ver_str, sizeof(info->fw_version)); in bnxt_get_drvinfo()
4217 len = strlen(bp->fw_ver_str); in bnxt_get_pkgver()
4218 snprintf(bp->fw_ver_str + len, FW_VER_STR_LEN - len, in bnxt_get_pkgver()
H A Dbnxt.h2559 char fw_ver_str[FW_VER_STR_LEN]; member
H A Dbnxt.c10196 snprintf(bp->fw_ver_str, len, "%d.%d.%d.%d", fw_maj, fw_min, fw_bld, in bnxt_hwrm_ver_get()
10200 int fw_ver_len = strlen(bp->fw_ver_str); in bnxt_hwrm_ver_get()
10202 snprintf(bp->fw_ver_str + fw_ver_len, in bnxt_hwrm_ver_get()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hw4.h3803 uint32_t fw_ver_str[8]; member