Lines Matching refs:vpmgmt_reg
622 hldev->vpmgmt_reg[i] = hldev->bar0 + val64; in __vxge_hw_device_reg_addr_get()
703 __vxge_hw_vpath_func_id_get(struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg) in __vxge_hw_vpath_func_id_get() argument
707 val64 = readq(&vpmgmt_reg->vpath_to_func_map_cfg1); in __vxge_hw_vpath_func_id_get()
734 __vxge_hw_vpath_func_id_get(hldev->vpmgmt_reg[i]); in __vxge_hw_device_host_info_get()
1003 struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg; in vxge_hw_device_hw_info_get() local
1036 vpmgmt_reg = bar0 + val64; in vxge_hw_device_hw_info_get()
1038 hw_info->func_id = __vxge_hw_vpath_func_id_get(vpmgmt_reg); in vxge_hw_device_hw_info_get()
3177 *value = readq((void __iomem *)hldev->vpmgmt_reg[index] + in vxge_hw_mgmt_reg_read()
3212 struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg; in vxge_hw_vpath_strip_fcs_check() local
3218 vpmgmt_reg = hldev->vpmgmt_reg[i]; in vxge_hw_vpath_strip_fcs_check()
3220 if (readq(&vpmgmt_reg->rxmac_cfg0_port_vpmgmt_clone[j]) in vxge_hw_vpath_strip_fcs_check()
3304 writeq(value, (void __iomem *)hldev->vpmgmt_reg[index] + in vxge_hw_mgmt_reg_write()
3969 val64 = readq(&vpath->vpmgmt_reg-> in __vxge_hw_vpath_mgmt_read()
3981 val64 = readq(&vpath->vpmgmt_reg->xmac_vsport_choices_vp); in __vxge_hw_vpath_mgmt_read()
3988 val64 = readq(&vpath->vpmgmt_reg->xgmac_gen_status_vpmgmt_clone); in __vxge_hw_vpath_mgmt_read()
4619 vpath->vpmgmt_reg = NULL; in __vxge_hw_vp_terminate()
4662 vpath->vpmgmt_reg = hldev->vpmgmt_reg[vp_id]; in __vxge_hw_vp_initialize()