Lines Matching refs:toc
573 struct vxge_hw_toc_reg __iomem *toc = NULL; in __vxge_hw_device_toc_get() local
584 toc = bar0 + val64; in __vxge_hw_device_toc_get()
586 return toc; in __vxge_hw_device_toc_get()
1001 struct vxge_hw_toc_reg __iomem *toc; in vxge_hw_device_hw_info_get() local
1010 toc = __vxge_hw_device_toc_get(bar0); in vxge_hw_device_hw_info_get()
1011 if (toc == NULL) { in vxge_hw_device_hw_info_get()
1016 val64 = readq(&toc->toc_common_pointer); in vxge_hw_device_hw_info_get()
1035 val64 = readq(&toc->toc_vpmgmt_pointer[i]); in vxge_hw_device_hw_info_get()
1044 val64 = readq(&toc->toc_mrpcim_pointer); in vxge_hw_device_hw_info_get()
1052 val64 = readq(&toc->toc_vpath_pointer[i]); in vxge_hw_device_hw_info_get()
1077 val64 = readq(&toc->toc_vpath_pointer[i]); in vxge_hw_device_hw_info_get()