Searched refs:uar_map (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c175 iounmap(mdev->uar_map);
203 mdev->uar_map = ioremap((phys_addr_t) mdev->priv_uar.pfn << PAGE_SHIFT,
205 if (!mdev->uar_map)
283 if (!mdev->uar_map)
284 iounmap(mdev->uar_map);
H A Deq.c607 if (!priv->eq_table.uar_map[index]) {
608 priv->eq_table.uar_map[index] =
612 if (!priv->eq_table.uar_map[index]) {
619 return priv->eq_table.uar_map[index] + 0x800 + 8 * (eq->eqn % 4);
848 priv->eq_table.uar_map = kcalloc(mlx4_num_eq_uar(dev),
849 sizeof *priv->eq_table.uar_map,
851 if (!priv->eq_table.uar_map) {
862 priv->eq_table.uar_map[i] = NULL;
989 kfree(priv->eq_table.uar_map);
1011 if (priv->eq_table.uar_map[
[all...]
H A Den_cq.c175 mlx4_cq_arm(&cq->mcq, MLX4_CQ_DB_REQ_NOT, priv->mdev->uar_map,
H A Dmlx4_en.h353 void __iomem *uar_map; member in struct:mlx4_en_dev
H A Den_tx.c118 ring->bf.uar->map = mdev->uar_map;
H A Dmlx4.h574 void __iomem **uar_map; member in struct:mlx4_eq_table
/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h191 void __iomem *uar_map; member in struct:mlx4_ib_dev
H A Dmain.c1115 ibdev->uar_map = ioremap((phys_addr_t) ibdev->priv_uar.pfn << PAGE_SHIFT,
1117 if (!ibdev->uar_map)
1268 iounmap(ibdev->uar_map);
1294 iounmap(ibdev->uar_map);
H A Dcq.c766 to_mdev(ibcq->device)->uar_map,
H A Dqp.c1924 to_mdev(ibqp->device)->uar_map + MLX4_SEND_DOORBELL);

Completed in 179 milliseconds