Lines Matching refs:vpmgmt_reg
624 hldev->vpmgmt_reg[i] = hldev->bar0 + val64; in __vxge_hw_device_reg_addr_get()
705 __vxge_hw_vpath_func_id_get(struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg) in __vxge_hw_vpath_func_id_get() argument
709 val64 = readq(&vpmgmt_reg->vpath_to_func_map_cfg1); in __vxge_hw_vpath_func_id_get()
736 __vxge_hw_vpath_func_id_get(hldev->vpmgmt_reg[i]); in __vxge_hw_device_host_info_get()
1005 struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg; in vxge_hw_device_hw_info_get() local
1038 vpmgmt_reg = bar0 + val64; 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()
3195 *value = readq((void __iomem *)hldev->vpmgmt_reg[index] + in vxge_hw_mgmt_reg_read()
3230 struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg; in vxge_hw_vpath_strip_fcs_check() local
3237 vpmgmt_reg = hldev->vpmgmt_reg[i]; in vxge_hw_vpath_strip_fcs_check()
3239 if (readq(&vpmgmt_reg->rxmac_cfg0_port_vpmgmt_clone[j]) in vxge_hw_vpath_strip_fcs_check()
3323 writeq(value, (void __iomem *)hldev->vpmgmt_reg[index] + in vxge_hw_mgmt_reg_write()
3986 val64 = readq(&vpath->vpmgmt_reg-> in __vxge_hw_vpath_mgmt_read()
3998 val64 = readq(&vpath->vpmgmt_reg->xmac_vsport_choices_vp); in __vxge_hw_vpath_mgmt_read()
4005 val64 = readq(&vpath->vpmgmt_reg->xgmac_gen_status_vpmgmt_clone); in __vxge_hw_vpath_mgmt_read()
4639 vpath->vpmgmt_reg = NULL; in __vxge_hw_vp_terminate()
4682 vpath->vpmgmt_reg = hldev->vpmgmt_reg[vp_id]; in __vxge_hw_vp_initialize()