Searched refs:device_hw_info (Results 1 – 2 of 2) sorted by relevance
2730 function_mode = vdev->config.device_hw_info.function_mode; in vxge_open()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()4459 &ll_config->device_hw_info); in vxge_probe()4468 vpath_mask = ll_config->device_hw_info.vpath_mask; in vxge_probe()4480 function_mode = ll_config->device_hw_info.function_mode; in vxge_probe()[all …]
192 struct vxge_hw_device_hw_info device_hw_info; member