• Home
  • Raw
  • Download

Lines Matching refs:hw_info

806 			   struct vxge_hw_device_hw_info *hw_info)  in __vxge_hw_vpath_fw_ver_get()  argument
808 struct vxge_hw_device_version *fw_version = &hw_info->fw_version; in __vxge_hw_vpath_fw_ver_get()
809 struct vxge_hw_device_date *fw_date = &hw_info->fw_date; in __vxge_hw_vpath_fw_ver_get()
810 struct vxge_hw_device_version *flash_version = &hw_info->flash_version; in __vxge_hw_vpath_fw_ver_get()
811 struct vxge_hw_device_date *flash_date = &hw_info->flash_date; in __vxge_hw_vpath_fw_ver_get()
873 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_card_info_get() argument
877 u8 *serial_number = hw_info->serial_number; in __vxge_hw_vpath_card_info_get()
878 u8 *part_number = hw_info->part_number; in __vxge_hw_vpath_card_info_get()
879 u8 *product_desc = hw_info->product_desc; in __vxge_hw_vpath_card_info_get()
932 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_pci_func_mode_get() argument
946 hw_info->function_mode = VXGE_HW_GET_FUNC_MODE_VAL(data0); in __vxge_hw_vpath_pci_func_mode_get()
998 struct vxge_hw_device_hw_info *hw_info) in vxge_hw_device_hw_info_get() argument
1009 memset(hw_info, 0, sizeof(struct vxge_hw_device_hw_info)); in vxge_hw_device_hw_info_get()
1025 hw_info->vpath_mask = readq(&common_reg->vpath_assignments); in vxge_hw_device_hw_info_get()
1029 hw_info->host_type = in vxge_hw_device_hw_info_get()
1033 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) in vxge_hw_device_hw_info_get()
1040 hw_info->func_id = __vxge_hw_vpath_func_id_get(vpmgmt_reg); in vxge_hw_device_hw_info_get()
1041 if (__vxge_hw_device_access_rights_get(hw_info->host_type, in vxge_hw_device_hw_info_get()
1042 hw_info->func_id) & in vxge_hw_device_hw_info_get()
1059 status = __vxge_hw_vpath_pci_func_mode_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1063 status = __vxge_hw_vpath_fw_ver_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1067 status = __vxge_hw_vpath_card_info_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1075 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) in vxge_hw_device_hw_info_get()
1083 hw_info->mac_addrs[i], in vxge_hw_device_hw_info_get()
1084 hw_info->mac_addr_masks[i]); in vxge_hw_device_hw_info_get()