| /linux/include/linux/mlx4/ |
| H A D | cq.h | 148 void __iomem *uar_page, in mlx4_cq_arm() argument 169 mlx4_write64(doorbell, uar_page + MLX4_CQ_DOORBELL, doorbell_lock); in mlx4_cq_arm()
|
| /linux/include/linux/mlx5/ |
| H A D | cq.h | 152 void __iomem *uar_page, in mlx5_cq_arm() argument 172 mlx5_write64(doorbell, uar_page + MLX5_CQ_DOORBELL); in mlx5_cq_arm()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | wc.c | 103 MLX5_SET(cqc, cqc, uar_page, mdev->priv.bfreg.up->index); in create_wc_cq() 125 MLX5_SET(cqc, cqc, uar_page, mdev->priv.bfreg.up->index); in mlx5_wc_create_cq() 185 MLX5_SET(wq, wq, uar_page, sq->bfreg.index); in create_wc_sq()
|
| H A D | en_main.c | 1799 MLX5_SET(wq, wq, uar_page, csp->uar_page); in mlx5e_create_sq() 1903 csp.uar_page = c->bfreg->index; in mlx5e_open_txqsq() 2061 csp.uar_page = c->bfreg->index; in mlx5e_open_icosq() 2124 csp.uar_page = c->bfreg->index; in mlx5e_open_xdpsq() 2288 MLX5_SET(cqc, cqc, uar_page, cq->uar->index); in mlx5e_create_cq()
|
| H A D | eq.c | 310 MLX5_SET(eqc, eqc, uar_page, priv->bfreg.up->index); in create_map_eq()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | aso.c | 103 MLX5_SET(cqc, cqc, uar_page, mdev->priv.bfreg.up->index); in create_aso_cq() 132 MLX5_SET(cqc, cqc_data, uar_page, mdev->priv.bfreg.up->index); in mlx5_aso_create_cq() 206 MLX5_SET(wq, wq, uar_page, mdev->priv.bfreg.index); in create_aso_sq()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | send.c | 767 MLX5_SET(wq, wq, uar_page, mdev->priv.bfreg.index); in hws_send_ring_create_sq() 936 MLX5_SET(cqc, cqc, uar_page, mdev->priv.bfreg.up->index); in hws_send_ring_create_cq() 959 MLX5_SET(cqc, cqc_data, uar_page, mdev->priv.bfreg.up->index); in hws_send_ring_open_cq()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | conn.c | 464 MLX5_SET(cqc, cqc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_cq() 556 MLX5_SET(qpc, qpc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_qp()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_send.c | 309 MLX5_SET(qpc, qpc, uar_page, attr->uar->index); in dr_create_rc_qp() 1108 MLX5_SET(cqc, cqc, uar_page, uar->index); in dr_create_cq()
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 397 MLX5_SET(qpc, qpc, uar_page, ndev->mvdev.res.uar->index); in qp_prepare() 532 void __iomem *uar_page = ndev->mvdev.res.uar->map; in mlx5_vdpa_cq_comp() local 552 mlx5_cq_arm(&mvq->cq.mcq, MLX5_CQ_DB_REQ_NOT, uar_page, mvq->cq.mcq.cons_index); in mlx5_vdpa_cq_comp() 559 void __iomem *uar_page = ndev->mvdev.res.uar->map; in cq_create() local 609 MLX5_SET(cqc, cqc, uar_page, ndev->mvdev.res.uar->index); in cq_create() 617 mlx5_cq_arm(&mvq->cq.mcq, MLX5_CQ_DB_REQ_NOT, uar_page, mvq->cq.mcq.cons_index); in cq_create()
|