Searched defs:hw_info (Results 1 - 3 of 3) sorted by relevance
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/ |
| H A D | vxge_main.c | 391 if (is_mf(hldev->hw_info.function_mode)) 436 (u8 *)hldev->hw_info.mac_addrs[hldev->first_vp_id], ETH_ALEN); 506 struct vxge_hw_device_hw_info hw_info; local 531 status = vxge_hw_device_hw_info_get(pdev, bar0, &hw_info); 540 if (hw_info.func_id != 0) { 548 vpath_mask = hw_info.vpath_mask; 560 fw_version = &hw_info.fw_version; 583 memcpy(&hldev->hw_info, &hw_info, 606 hldev->hw_info [all...] |
| H A D | vxge_config.c | 385 struct vxge_hw_device_hw_info *hw_info) 399 memset(hw_info, 0, sizeof(struct vxge_hw_device_hw_info)); 421 hw_info->vpath_mask = readq(&common_reg->vpath_assignments); 425 hw_info->host_type = 430 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) 438 hw_info->func_id = __vxge_hw_vpath_func_id_get(vpmgmt_reg); 439 if (__vxge_hw_device_access_rights_get(hw_info->host_type, 440 hw_info->func_id) & 456 status = __vxge_hw_vpath_fw_ver_get(vpath_reg, hw_info); 460 status = __vxge_hw_vpath_card_info_get(vpath_reg, hw_info); 384 vxge_hw_device_hw_info_get(struct pci_device *pdev, void __iomem *bar0, struct vxge_hw_device_hw_info *hw_info) argument 935 __vxge_hw_vpath_card_info_get( struct vxge_hw_vpath_reg __iomem *vpath_reg, struct vxge_hw_device_hw_info *hw_info) argument 1056 __vxge_hw_vpath_fw_ver_get( struct vxge_hw_vpath_reg __iomem *vpath_reg, struct vxge_hw_device_hw_info *hw_info) argument [all...] |
| H A D | vxge_config.h | 518 struct vxge_hw_device_hw_info hw_info; member in struct:__vxge_hw_device 613 struct vxge_hw_device_hw_info *hw_info); 618 struct vxge_hw_device_hw_info *hw_info); 623 struct vxge_hw_device_hw_info *hw_info);
|
Completed in 615 milliseconds