/Linux-v5.10/include/linux/mlx4/ |
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-v5.10/include/linux/mlx5/ |
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()
|
D | mlx5_ifc.h | 1722 u8 uar_page[0x18]; member 2863 u8 uar_page[0x18]; member 3643 u8 uar_page[0x18]; member 3794 u8 uar_page[0x18]; member
|
/Linux-v5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 350 MLX5_SET(qpc, qpc, uar_page, ndev->mvdev.res.uar->index); in qp_prepare() 476 void __iomem *uar_page = ndev->mvdev.res.uar->map; in mlx5_vdpa_cq_comp() local 496 mlx5_cq_arm(&mvq->cq.mcq, MLX5_CQ_DB_REQ_NOT, uar_page, mvq->cq.mcq.cons_index); in mlx5_vdpa_cq_comp() 503 void __iomem *uar_page = ndev->mvdev.res.uar->map; in cq_create() local 552 MLX5_SET(cqc, cqc, uar_page, ndev->mvdev.res.uar->index); in cq_create() 564 mlx5_cq_arm(&mvq->cq.mcq, MLX5_CQ_DB_REQ_NOT, uar_page, mvq->cq.mcq.cons_index); in cq_create()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | cq.c | 638 void __iomem *uar_page = mdev->priv.uar->map; in mlx5_ib_arm_cq() local 653 uar_page, to_mcq(ibcq)->mcq.cons_index); in mlx5_ib_arm_cq() 985 MLX5_SET(cqc, cqc, uar_page, index); in mlx5_ib_create_cq()
|
D | qp.c | 981 MLX5_SET(qpc, qpc, uar_page, uar_index); in _create_user_qp() 1104 MLX5_SET(qpc, qpc, uar_page, uar_index); in _create_kernel_qp() 1247 MLX5_SET(wq, wq, uar_page, MLX5_GET(qpc, qpc, uar_page)); in create_raw_packet_qp_sq()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 161 MLX5_SET(qpc, qpc, uar_page, attr->uar->index); in dr_create_rc_qp() 756 MLX5_SET(cqc, cqc, uar_page, uar->index); in dr_create_cq()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 458 MLX5_SET(cqc, cqc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_cq() 564 MLX5_SET(qpc, qpc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_qp()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eq.c | 328 MLX5_SET(eqc, eqc, uar_page, priv->uar->index); in create_map_eq()
|
D | en_main.c | 1250 MLX5_SET(wq, wq, uar_page, mdev->mlx5e_res.bfreg.index); in mlx5e_create_sq() 1641 MLX5_SET(cqc, cqc, uar_page, mdev->priv.uar->index); in mlx5e_create_cq() 2236 MLX5_SET(cqc, cqc, uar_page, priv->mdev->priv.uar->index); in mlx5e_build_common_cq_param()
|