Home
last modified time | relevance | path

Searched refs:clr_base (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_eq.c676 &dev->clr_base)) { in mthca_map_eq_regs()
690 iounmap(dev->clr_base); in mthca_map_eq_regs()
700 iounmap(dev->clr_base); in mthca_map_eq_regs()
705 &dev->clr_base)) { in mthca_map_eq_regs()
716 iounmap(dev->clr_base); in mthca_map_eq_regs()
730 iounmap(dev->clr_base); in mthca_unmap_eq_regs()
733 iounmap(dev->clr_base); in mthca_unmap_eq_regs()
804 dev->eq_table.clr_int = dev->clr_base + in mthca_init_eq_table()
Dmthca_dev.h325 void __iomem *clr_base; member
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Deq.c1091 priv->clr_base = ioremap(pci_resource_start(dev->pdev, priv->fw.clr_int_bar) + in mlx4_map_clr_int()
1093 if (!priv->clr_base) { in mlx4_map_clr_int()
1105 iounmap(priv->clr_base); in mlx4_unmap_clr_int()
1158 priv->eq_table.clr_int = priv->clr_base + in mlx4_init_eq_table()
Dmlx4.h852 void __iomem *clr_base; member