Lines Matching refs:fw_version
4188 cmaj = vdev->config.device_hw_info.fw_version.major; in vxge_fw_upgrade()
4189 cmin = vdev->config.device_hw_info.fw_version.minor; in vxge_fw_upgrade()
4190 cbld = vdev->config.device_hw_info.fw_version.build; in vxge_fw_upgrade()
4228 maj = vdev->config.device_hw_info.fw_version.major; in vxge_probe_fw_update()
4229 min = vdev->config.device_hw_info.fw_version.minor; in vxge_probe_fw_update()
4230 bld = vdev->config.device_hw_info.fw_version.build; in vxge_probe_fw_update()
4528 if (VXGE_FW_VER(ll_config->device_hw_info.fw_version.major, in vxge_probe()
4529 ll_config->device_hw_info.fw_version.minor, in vxge_probe()
4530 ll_config->device_hw_info.fw_version.build) >= in vxge_probe()
4675 ll_config->device_hw_info.fw_version.version, in vxge_probe()
4702 strcpy(vdev->fw_version, ll_config->device_hw_info.fw_version.version); in vxge_probe()