Lines Matching refs:hw_info

805 			   struct vxge_hw_device_hw_info *hw_info)  in __vxge_hw_vpath_fw_ver_get()  argument
807 struct vxge_hw_device_version *fw_version = &hw_info->fw_version; in __vxge_hw_vpath_fw_ver_get()
808 struct vxge_hw_device_date *fw_date = &hw_info->fw_date; in __vxge_hw_vpath_fw_ver_get()
809 struct vxge_hw_device_version *flash_version = &hw_info->flash_version; in __vxge_hw_vpath_fw_ver_get()
810 struct vxge_hw_device_date *flash_date = &hw_info->flash_date; in __vxge_hw_vpath_fw_ver_get()
872 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_card_info_get() argument
876 u8 *serial_number = hw_info->serial_number; in __vxge_hw_vpath_card_info_get()
877 u8 *part_number = hw_info->part_number; in __vxge_hw_vpath_card_info_get()
878 u8 *product_desc = hw_info->product_desc; in __vxge_hw_vpath_card_info_get()
931 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_pci_func_mode_get() argument
945 hw_info->function_mode = VXGE_HW_GET_FUNC_MODE_VAL(data0); in __vxge_hw_vpath_pci_func_mode_get()
997 struct vxge_hw_device_hw_info *hw_info) in vxge_hw_device_hw_info_get() argument
1008 memset(hw_info, 0, sizeof(struct vxge_hw_device_hw_info)); in vxge_hw_device_hw_info_get()
1024 hw_info->vpath_mask = readq(&common_reg->vpath_assignments); in vxge_hw_device_hw_info_get()
1028 hw_info->host_type = in vxge_hw_device_hw_info_get()
1032 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) in vxge_hw_device_hw_info_get()
1039 hw_info->func_id = __vxge_hw_vpath_func_id_get(vpmgmt_reg); in vxge_hw_device_hw_info_get()
1040 if (__vxge_hw_device_access_rights_get(hw_info->host_type, in vxge_hw_device_hw_info_get()
1041 hw_info->func_id) & in vxge_hw_device_hw_info_get()
1058 status = __vxge_hw_vpath_pci_func_mode_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1062 status = __vxge_hw_vpath_fw_ver_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1066 status = __vxge_hw_vpath_card_info_get(&vpath, hw_info); in vxge_hw_device_hw_info_get()
1074 if (!((hw_info->vpath_mask) & vxge_mBIT(i))) in vxge_hw_device_hw_info_get()
1082 hw_info->mac_addrs[i], in vxge_hw_device_hw_info_get()
1083 hw_info->mac_addr_masks[i]); in vxge_hw_device_hw_info_get()