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

/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_main.c708 err = mthca_uar_alloc(dev, &dev->driver_uar);
715 dev->kar = ioremap((phys_addr_t) dev->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
845 mthca_uar_free(dev, &dev->driver_uar);
1110 mthca_uar_free(mdev, &mdev->driver_uar);
H A Dmthca_srq.c110 context->uar = cpu_to_be32(dev->driver_uar.index);
130 context->logstride_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_memfree.c634 mthca_uarc_virt(dev, &dev->driver_uar, i));
681 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1);
749 mthca_UNMAP_ICM(dev, mthca_uarc_virt(dev, &dev->driver_uar, i), 1);
H A Dmthca_dev.h353 struct mthca_uar driver_uar; member in struct:mthca_dev
H A Dmthca_cq.c835 cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
H A Dmthca_eq.c539 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);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c2619 err = mlx4_uar_alloc(dev, &priv->driver_uar);
2625 priv->kar = ioremap((phys_addr_t) priv->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
2801 mlx4_uar_free(dev, &priv->driver_uar);
3871 mlx4_uar_free(dev, &priv->driver_uar);
H A Dmlx4.h891 struct mlx4_uar driver_uar; member in struct:mlx4_priv

Completed in 114 milliseconds