Home
last modified time | relevance | path

Searched refs:vpmgmt_reg (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c624 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()
[all …]
Dvxge-config.h684 struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg; member
757 struct vxge_hw_vpmgmt_reg __iomem *vpmgmt_reg \ member