Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c1007 __le32 version_offset; in qlcnic_get_fw_version() local
1012 version_offset = *(__le32 *)&fw->data[QLCNIC_FW_VERSION_OFFSET]; in qlcnic_get_fw_version()
1013 return le32_to_cpu(version_offset); in qlcnic_get_fw_version()
1039 u8 *version_offset; in qlcnic_get_bios_version() local
1043 version_offset = (u8 *)&fw->data[QLCNIC_BIOS_VERSION_OFFSET]; in qlcnic_get_bios_version()
1044 return le32_to_cpu(*(__le32 *)version_offset); in qlcnic_get_bios_version()