/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_main.c | 242 iounmap(mdev->uar_map); in mlx4_en_remove() 287 mdev->uar_map = ioremap((phys_addr_t) mdev->priv_uar.pfn << PAGE_SHIFT, in mlx4_en_add() 289 if (!mdev->uar_map) in mlx4_en_add() 341 if (mdev->uar_map) in mlx4_en_add() 342 iounmap(mdev->uar_map); in mlx4_en_add()
|
A 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() 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() 1182 sizeof(*priv->eq_table.uar_map), in mlx4_init_eq_table() 1184 if (!priv->eq_table.uar_map) { in mlx4_init_eq_table() 1199 priv->eq_table.uar_map[i] = NULL; in mlx4_init_eq_table() 1326 kfree(priv->eq_table.uar_map); in mlx4_init_eq_table() [all …]
|
A D | en_cq.c | 209 mlx4_cq_arm(&cq->mcq, MLX4_CQ_DB_REQ_NOT, priv->mdev->uar_map, in mlx4_en_arm_cq()
|
A D | mlx4_en.h | 414 void __iomem *uar_map; member
|
A D | en_tx.c | 124 ring->bf.uar->map = mdev->uar_map; in mlx4_en_create_tx_ring()
|
A D | mlx4.h | 692 void __iomem **uar_map; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | txrx.h | 226 mlx5e_notify_hw(struct mlx5_wq_cyc *wq, u16 pc, void __iomem *uar_map, in mlx5e_notify_hw() argument 240 mlx5_write64((__be32 *)ctrl, uar_map); in mlx5e_notify_hw()
|
A D | xdp.h | 102 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, sq->doorbell_cseg); in mlx5e_xmit_xdp_doorbell()
|
A D | ptp.c | 206 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_ptp_alloc_txqsq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | ktls_rx.c | 214 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in post_rx_param_wqes() 313 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in resync_post_get_progress_params() 729 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, db_cseg); in mlx5e_ktls_rx_handle_resync_list()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en.h | 427 void __iomem *uar_map; member 540 void __iomem *uar_map; member 570 void __iomem *uar_map; member
|
A D | en_txrx.c | 84 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, &nopwqe->ctrl); in mlx5e_trigger_irq()
|
A D | en_tx.c | 467 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, cseg); in mlx5e_txwqe_complete() 653 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in mlx5e_sq_xmit_mpwqe() 658 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, cseg); in mlx5e_sq_xmit_mpwqe()
|
A D | en_main.c | 1156 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_alloc_xdpsq() 1238 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_alloc_icosq() 1323 sq->uar_map = mdev->mlx5e_res.hw_objs.bfreg.map; in mlx5e_alloc_txqsq() 1559 mlx5e_notify_hw(wq, sq->pc, sq->uar_map, &nop->ctrl); in mlx5e_deactivate_txqsq()
|
A D | en_rx.c | 980 mlx5e_notify_hw(&sq->wq, sq->pc, sq->uar_map, sq->doorbell_cseg); in mlx5e_post_rx_mpwqes()
|
/linux/drivers/infiniband/hw/mlx4/ |
A D | main.c | 2663 ibdev->uar_map = ioremap((phys_addr_t) ibdev->priv_uar.pfn << PAGE_SHIFT, in mlx4_ib_add() 2665 if (!ibdev->uar_map) in mlx4_ib_add() 2889 iounmap(ibdev->uar_map); in mlx4_ib_add() 2993 iounmap(ibdev->uar_map); in mlx4_ib_remove()
|
A D | mlx4_ib.h | 613 void __iomem *uar_map; member
|
A D | cq.c | 909 to_mdev(ibcq->device)->uar_map, in mlx4_ib_arm_cq()
|
A D | qp.c | 3786 to_mdev(ibqp->device)->uar_map + MLX4_SEND_DOORBELL); in _mlx4_ib_post_send()
|