Lines Matching refs:hw_info

816 			   struct vxge_hw_device_hw_info *hw_info)  in __vxge_hw_vpath_fw_ver_get()  argument
818 struct vxge_hw_device_version *fw_version = &hw_info->fw_version; in __vxge_hw_vpath_fw_ver_get()
819 struct vxge_hw_device_date *fw_date = &hw_info->fw_date; in __vxge_hw_vpath_fw_ver_get()
820 struct vxge_hw_device_version *flash_version = &hw_info->flash_version; in __vxge_hw_vpath_fw_ver_get()
821 struct vxge_hw_device_date *flash_date = &hw_info->flash_date; in __vxge_hw_vpath_fw_ver_get()
883 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_card_info_get() argument
887 u8 *serial_number = hw_info->serial_number; in __vxge_hw_vpath_card_info_get()
888 u8 *part_number = hw_info->part_number; in __vxge_hw_vpath_card_info_get()
889 u8 *product_desc = hw_info->product_desc; in __vxge_hw_vpath_card_info_get()
942 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_pci_func_mode_get() argument
956 hw_info->function_mode = VXGE_HW_GET_FUNC_MODE_VAL(data0); in __vxge_hw_vpath_pci_func_mode_get()
1008 struct vxge_hw_device_hw_info *hw_info) in vxge_hw_device_hw_info_get() argument
1019 memset(hw_info, 0, sizeof(struct vxge_hw_device_hw_info)); in vxge_hw_device_hw_info_get()
1035 hw_info->vpath_mask = readq(&common_reg->vpath_assignments); in vxge_hw_device_hw_info_get()
1039 hw_info->host_type = in vxge_hw_device_hw_info_get()
1043 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) in vxge_hw_device_hw_info_get()
1051 hw_info->func_id = __vxge_hw_vpath_func_id_get(vpmgmt_reg); in vxge_hw_device_hw_info_get()
1052 if (__vxge_hw_device_access_rights_get(hw_info->host_type, in vxge_hw_device_hw_info_get()
1053 hw_info->func_id) & in vxge_hw_device_hw_info_get()
1071 status = __vxge_hw_vpath_pci_func_mode_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1075 status = __vxge_hw_vpath_fw_ver_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1079 status = __vxge_hw_vpath_card_info_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1087 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) in vxge_hw_device_hw_info_get()
1096 hw_info->mac_addrs[i], in vxge_hw_device_hw_info_get()
1097 hw_info->mac_addr_masks[i]); in vxge_hw_device_hw_info_get()