/Linux-v6.1/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-v6.1/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 | 2007 u8 uar_page[0x18]; member 3205 u8 uar_page[0x18]; member 4091 u8 uar_page[0x18]; member 4243 u8 uar_page[0x18]; member
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | aso.c | 103 MLX5_SET(cqc, cqc, uar_page, mdev->priv.uar->index); in create_aso_cq() 132 MLX5_SET(cqc, cqc_data, uar_page, mdev->priv.uar->index); in mlx5_aso_create_cq() 206 MLX5_SET(wq, wq, uar_page, mdev->mlx5e_res.hw_objs.bfreg.index); in create_aso_sq()
|
/Linux-v6.1/drivers/infiniband/hw/mlx5/ |
D | cq.c | 645 void __iomem *uar_page = mdev->priv.uar->map; in mlx5_ib_arm_cq() local 660 uar_page, to_mcq(ibcq)->mcq.cons_index); in mlx5_ib_arm_cq() 1005 MLX5_SET(cqc, cqc, uar_page, index); in mlx5_ib_create_cq()
|
D | qp.c | 959 MLX5_SET(qpc, qpc, uar_page, uar_index); in _create_user_qp() 1082 MLX5_SET(qpc, qpc, uar_page, uar_index); in _create_kernel_qp() 1313 MLX5_SET(wq, wq, uar_page, MLX5_GET(qpc, qpc, uar_page)); in create_raw_packet_qp_sq()
|
/Linux-v6.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 420 MLX5_SET(qpc, qpc, uar_page, ndev->mvdev.res.uar->index); in qp_prepare() 555 void __iomem *uar_page = ndev->mvdev.res.uar->map; in mlx5_vdpa_cq_comp() local 575 mlx5_cq_arm(&mvq->cq.mcq, MLX5_CQ_DB_REQ_NOT, uar_page, mvq->cq.mcq.cons_index); in mlx5_vdpa_cq_comp() 582 void __iomem *uar_page = ndev->mvdev.res.uar->map; in cq_create() local 630 MLX5_SET(cqc, cqc, uar_page, ndev->mvdev.res.uar->index); in cq_create() 642 mlx5_cq_arm(&mvq->cq.mcq, MLX5_CQ_DB_REQ_NOT, uar_page, mvq->cq.mcq.cons_index); in cq_create()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 164 MLX5_SET(qpc, qpc, uar_page, attr->uar->index); in dr_create_rc_qp() 808 MLX5_SET(cqc, cqc, uar_page, uar->index); in dr_create_cq()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 457 MLX5_SET(cqc, cqc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_cq() 562 MLX5_SET(qpc, qpc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_qp()
|
/Linux-v6.1/drivers/vfio/pci/mlx5/ |
D | cmd.c | 729 MLX5_SET(cqc, cqc, uar_page, tracker->uar->index); in mlx5vf_create_cq() 802 MLX5_SET(qpc, qpc, uar_page, tracker->uar->index); in mlx5vf_create_rc_qp()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eq.c | 318 MLX5_SET(eqc, eqc, uar_page, priv->uar->index); in create_map_eq()
|
D | en_main.c | 1548 MLX5_SET(wq, wq, uar_page, mdev->mlx5e_res.hw_objs.bfreg.index); in mlx5e_create_sq() 1963 MLX5_SET(cqc, cqc, uar_page, mdev->priv.uar->index); in mlx5e_create_cq()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | params.c | 807 MLX5_SET(cqc, cqc, uar_page, mdev->priv.uar->index); in mlx5e_build_common_cq_param()
|