/drivers/net/ethernet/mellanox/mlx4/ |
D | en_main.c | 243 iounmap(mdev->uar_map); in mlx4_en_remove() 288 mdev->uar_map = ioremap((phys_addr_t) mdev->priv_uar.pfn << PAGE_SHIFT, in mlx4_en_add() 290 if (!mdev->uar_map) in mlx4_en_add() 342 if (mdev->uar_map) in mlx4_en_add() 343 iounmap(mdev->uar_map); in mlx4_en_add()
|
D | eq.c | 941 if (!priv->eq_table.uar_map[index]) { in mlx4_get_eq_uar() 942 priv->eq_table.uar_map[index] = in mlx4_get_eq_uar() 947 if (!priv->eq_table.uar_map[index]) { in mlx4_get_eq_uar() 954 return priv->eq_table.uar_map[index] + 0x800 + 8 * (eq->eqn % 4); in mlx4_get_eq_uar() 963 if (priv->eq_table.uar_map[i]) { in mlx4_unmap_uar() 964 iounmap(priv->eq_table.uar_map[i]); in mlx4_unmap_uar() 965 priv->eq_table.uar_map[i] = NULL; in mlx4_unmap_uar() 1181 priv->eq_table.uar_map = kcalloc(mlx4_num_eq_uar(dev), in mlx4_init_eq_table() 1182 sizeof(*priv->eq_table.uar_map), in mlx4_init_eq_table() 1184 if (!priv->eq_table.uar_map) { in mlx4_init_eq_table() [all …]
|
D | en_cq.c | 209 mlx4_cq_arm(&cq->mcq, MLX4_CQ_DB_REQ_NOT, priv->mdev->uar_map, in mlx4_en_arm_cq()
|
D | mlx4_en.h | 411 void __iomem *uar_map; member
|
D | en_tx.c | 124 ring->bf.uar->map = mdev->uar_map; in mlx4_en_create_tx_ring()
|
D | mlx4.h | 692 void __iomem **uar_map; member
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 228 mlx5e_notify_hw(struct mlx5_wq_cyc *wq, u16 pc, void __iomem *uar_map, in mlx5e_notify_hw() argument 242 mlx5_write64((__be32 *)ctrl, uar_map); in mlx5e_notify_hw()
|
D | xdp.h | 102 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, sq->doorbell_cseg); in mlx5e_xmit_xdp_doorbell()
|
D | ptp.c | 208 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_ptp_alloc_txqsq()
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_rx.c | 214 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in post_rx_param_wqes() 312 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in resync_post_get_progress_params() 728 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, db_cseg); in mlx5e_ktls_rx_handle_resync_list()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 449 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, &wqe->ctrl); in mlx5e_tx_flush() 492 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, cseg); in mlx5e_txwqe_complete() 677 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in mlx5e_sq_xmit_mpwqe() 682 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in mlx5e_sq_xmit_mpwqe()
|
D | en.h | 394 void __iomem *uar_map; member 507 void __iomem *uar_map; member 537 void __iomem *uar_map; member
|
D | en_txrx.c | 84 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, &nopwqe->ctrl); in mlx5e_trigger_irq()
|
D | en_main.c | 976 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_alloc_xdpsq() 1058 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_alloc_icosq() 1143 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_alloc_txqsq() 1381 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, &nop->ctrl); in mlx5e_deactivate_txqsq()
|
D | en_rx.c | 756 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, sq->doorbell_cseg); in mlx5e_post_rx_mpwqes()
|
/drivers/infiniband/hw/mlx4/ |
D | main.c | 2665 ibdev->uar_map = ioremap((phys_addr_t) ibdev->priv_uar.pfn << PAGE_SHIFT, in mlx4_ib_add() 2667 if (!ibdev->uar_map) in mlx4_ib_add() 2891 iounmap(ibdev->uar_map); in mlx4_ib_add() 2995 iounmap(ibdev->uar_map); in mlx4_ib_remove()
|
D | mlx4_ib.h | 613 void __iomem *uar_map; member
|
D | cq.c | 909 to_mdev(ibcq->device)->uar_map, in mlx4_ib_arm_cq()
|
D | qp.c | 3790 to_mdev(ibqp->device)->uar_map + MLX4_SEND_DOORBELL); in _mlx4_ib_post_send()
|