Searched refs:driver_uar (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c110 context->uar = cpu_to_be32(dev->driver_uar.index);
132 context->logstride_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_main.c785 err = mthca_uar_alloc(dev, &dev->driver_uar);
792 dev->kar = ioremap(dev->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
922 mthca_uar_free(dev, &dev->driver_uar);
1189 mthca_uar_free(mdev, &mdev->driver_uar);
H A Dmthca_memfree.c647 mthca_uarc_virt(dev, &dev->driver_uar, i), &status);
697 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1, &status);
765 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1, &status);
H A Dmthca_dev.h351 struct mthca_uar driver_uar; member in struct:mthca_dev
H A Dmthca_cq.c838 cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_eq.c540 eq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_qp.c619 qp_context->usr_page = cpu_to_be32(dev->driver_uar.index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c110 context->uar = cpu_to_be32(dev->driver_uar.index);
132 context->logstride_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_main.c785 err = mthca_uar_alloc(dev, &dev->driver_uar);
792 dev->kar = ioremap(dev->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
922 mthca_uar_free(dev, &dev->driver_uar);
1189 mthca_uar_free(mdev, &mdev->driver_uar);
H A Dmthca_memfree.c647 mthca_uarc_virt(dev, &dev->driver_uar, i), &status);
697 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1, &status);
765 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1, &status);
H A Dmthca_dev.h351 struct mthca_uar driver_uar; member in struct:mthca_dev
H A Dmthca_cq.c838 cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_eq.c540 eq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_qp.c619 qp_context->usr_page = cpu_to_be32(dev->driver_uar.index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/mlx4/
H A Dmain.c819 err = mlx4_uar_alloc(dev, &priv->driver_uar);
826 priv->kar = ioremap(priv->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
955 mlx4_uar_free(dev, &priv->driver_uar);
1248 mlx4_uar_free(dev, &priv->driver_uar);
H A Dmlx4.h311 struct mlx4_uar driver_uar; member in struct:mlx4_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmain.c819 err = mlx4_uar_alloc(dev, &priv->driver_uar);
826 priv->kar = ioremap(priv->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
955 mlx4_uar_free(dev, &priv->driver_uar);
1248 mlx4_uar_free(dev, &priv->driver_uar);
H A Dmlx4.h311 struct mlx4_uar driver_uar; member in struct:mlx4_priv

Completed in 89 milliseconds