fw_ver_str         78 drivers/infiniband/hw/usnic/usnic_ib_verbs.c static void usnic_ib_fw_string_to_u64(char *fw_ver_str, u64 *fw_ver)
fw_ver_str         80 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	*fw_ver = *((u64 *)fw_ver_str);
fw_ver_str       7248 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	snprintf(bp->fw_ver_str, BC_HWRM_STR_LEN, "%d.%d.%d.%d",
fw_ver_str       7253 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		int fw_ver_len = strlen(bp->fw_ver_str);
fw_ver_str       7255 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		snprintf(bp->fw_ver_str + fw_ver_len,
fw_ver_str       1701 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	char			fw_ver_str[FW_VER_STR_LEN];
fw_ver_str       1240 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	strlcpy(info->fw_version, bp->fw_ver_str, sizeof(info->fw_version));
fw_ver_str       2309 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 		len = strlen(bp->fw_ver_str);
fw_ver_str       2310 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 		snprintf(bp->fw_ver_str + len, FW_VER_STR_LEN - len - 1,
fw_ver_str       1997 drivers/net/ethernet/qlogic/qed/qed_debug.c 	char fw_ver_str[16] = EMPTY_FW_VERSION_STR;
fw_ver_str       2007 drivers/net/ethernet/qlogic/qed/qed_debug.c 		if (snprintf(fw_ver_str, sizeof(fw_ver_str),
fw_ver_str       2025 drivers/net/ethernet/qlogic/qed/qed_debug.c 				     dump, "fw-version", fw_ver_str);
fw_ver_str         44 drivers/net/wireless/ti/wlcore/boot.c 	strncpy(wl->chip.fw_ver_str, static_data->fw_version,
fw_ver_str         45 drivers/net/wireless/ti/wlcore/boot.c 		sizeof(wl->chip.fw_ver_str));
fw_ver_str         48 drivers/net/wireless/ti/wlcore/boot.c 	wl->chip.fw_ver_str[sizeof(wl->chip.fw_ver_str) - 1] = '\0';
fw_ver_str         50 drivers/net/wireless/ti/wlcore/boot.c 	ret = sscanf(wl->chip.fw_ver_str + 4, "%u.%u.%u.%u.%u",
fw_ver_str        507 drivers/net/wireless/ti/wlcore/debugfs.c 	DRIVER_STATE_PRINT_STR(chip.fw_ver_str);
fw_ver_str        896 drivers/net/wireless/ti/wlcore/main.c 		    wl->chip.fw_ver_str);
fw_ver_str       1128 drivers/net/wireless/ti/wlcore/main.c 			      wl->chip.fw_ver_str);
fw_ver_str       1132 drivers/net/wireless/ti/wlcore/main.c 		strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
fw_ver_str       2356 drivers/net/wireless/ti/wlcore/main.c 	wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str);
fw_ver_str       2360 drivers/net/wireless/ti/wlcore/main.c 	strncpy(wiphy->fw_version, wl->chip.fw_ver_str,
fw_ver_str        107 drivers/net/wireless/ti/wlcore/wlcore_i.h 	char fw_ver_str[ETHTOOL_FWVERS_LEN];
fw_ver_str       1305 drivers/scsi/be2iscsi/be_cmds.c 		memcpy(phba->fw_ver_str, resp->params.hba_attribs.
fw_ver_str        365 drivers/scsi/be2iscsi/be_main.h 	char fw_ver_str[BEISCSI_VER_STRLEN];
fw_ver_str       1157 drivers/scsi/be2iscsi/be_mgmt.c 	return snprintf(buf, PAGE_SIZE, "%s\n", phba->fw_ver_str);
fw_ver_str       3742 drivers/scsi/lpfc/lpfc_hw4.h 	uint32_t fw_ver_str[8];
fw_ver_str        178 drivers/watchdog/pcwd.c 	char fw_ver_str[6];		/* The cards firmware version */
fw_ver_str        303 drivers/watchdog/pcwd.c 	strcpy(pcwd_private.fw_ver_str, "ERROR");
fw_ver_str        310 drivers/watchdog/pcwd.c 		sprintf(pcwd_private.fw_ver_str, "%c.%c%c%c",
fw_ver_str        342 drivers/watchdog/pcwd.c 			pcwd_private.io_addr, pcwd_private.fw_ver_str);
fw_ver_str        227 drivers/watchdog/pcwd_pci.c 	char fw_ver_str[20];		/* The cards firmware version */
fw_ver_str        233 drivers/watchdog/pcwd_pci.c 		sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor);
fw_ver_str        235 drivers/watchdog/pcwd_pci.c 		sprintf(fw_ver_str, "<card no answer>");
fw_ver_str        241 drivers/watchdog/pcwd_pci.c 		(int) pcipcwd_private.io_addr, fw_ver_str,
fw_ver_str        610 drivers/watchdog/pcwd_usb.c 	char fw_ver_str[20];
fw_ver_str        694 drivers/watchdog/pcwd_usb.c 		sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor);
fw_ver_str        696 drivers/watchdog/pcwd_usb.c 		sprintf(fw_ver_str, "<card no answer>");
fw_ver_str        698 drivers/watchdog/pcwd_usb.c 	pr_info("Found card (Firmware: %s) with temp option\n", fw_ver_str);