Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c4168 cmaj = vdev->config.device_hw_info.fw_version.major; in vxge_fw_upgrade()
4169 cmin = vdev->config.device_hw_info.fw_version.minor; in vxge_fw_upgrade()
4170 cbld = vdev->config.device_hw_info.fw_version.build; in vxge_fw_upgrade()
4208 maj = vdev->config.device_hw_info.fw_version.major; in vxge_probe_fw_update()
4209 min = vdev->config.device_hw_info.fw_version.minor; in vxge_probe_fw_update()
4210 bld = vdev->config.device_hw_info.fw_version.build; in vxge_probe_fw_update()
4438 &ll_config->device_hw_info); in vxge_probe()
4447 vpath_mask = ll_config->device_hw_info.vpath_mask; in vxge_probe()
4459 function_mode = ll_config->device_hw_info.function_mode; in vxge_probe()
4460 host_type = ll_config->device_hw_info.host_type; in vxge_probe()
[all …]
Dvxge-main.h192 struct vxge_hw_device_hw_info device_hw_info; member