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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmain.c556 err = mlx4_uar_alloc(dev, &priv->driver_uar);
563 priv->kar = ioremap(priv->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
672 mlx4_uar_free(dev, &priv->driver_uar);
894 mlx4_uar_free(dev, &priv->driver_uar);
H A Dmlx4.h276 struct mlx4_uar driver_uar; member in struct:mlx4_priv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_main.c783 err = mthca_uar_alloc(dev, &dev->driver_uar);
790 dev->kar = ioremap(dev->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
917 mthca_uar_free(dev, &dev->driver_uar);
1231 mthca_uar_free(mdev, &mdev->driver_uar);
H A Dmthca_memfree.c638 mthca_uarc_virt(dev, &dev->driver_uar, i), &status);
688 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1, &status);
756 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1, &status);
H A Dmthca_srq.c112 context->uar = cpu_to_be32(dev->driver_uar.index);
134 context->logstride_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_dev.h354 struct mthca_uar driver_uar; member in struct:mthca_dev
H A Dmthca_cq.c850 cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_eq.c556 eq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_qp.c613 qp_context->usr_page = cpu_to_be32(dev->driver_uar.index);

Completed in 71 milliseconds