Searched refs:uar_page (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/include/linux/mlx4/ |
D | cq.h | 143 void __iomem *uar_page, in mlx4_cq_arm() argument 164 mlx4_write64(doorbell, uar_page + MLX4_CQ_DOORBELL, doorbell_lock); in mlx4_cq_arm()
|
/Linux-v5.4/include/linux/mlx5/ |
D | cq.h | 153 void __iomem *uar_page, in mlx5_cq_arm() argument 173 mlx5_write64(doorbell, uar_page + MLX5_CQ_DOORBELL); in mlx5_cq_arm()
|
D | mlx5_ifc.h | 1607 u8 uar_page[0x18]; member 2620 u8 uar_page[0x18]; member 3390 u8 uar_page[0x18]; member 3540 u8 uar_page[0x18]; member
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | cq.c | 614 void __iomem *uar_page = mdev->priv.uar->map; in mlx5_ib_arm_cq() local 629 uar_page, to_mcq(ibcq)->mcq.cons_index); in mlx5_ib_arm_cq() 952 MLX5_SET(cqc, cqc, uar_page, index); in mlx5_ib_create_cq()
|
D | qp.c | 948 MLX5_SET(qpc, qpc, uar_page, uar_index); in create_user_qp() 1100 MLX5_SET(qpc, qpc, uar_page, uar_index); in create_kernel_qp() 1267 MLX5_SET(wq, wq, uar_page, MLX5_GET(qpc, qpc, uar_page)); in create_raw_packet_qp_sq()
|
/Linux-v5.4/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() 742 MLX5_SET(cqc, cqc, uar_page, uar->index); in dr_create_cq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 475 MLX5_SET(cqc, cqc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_cq() 582 MLX5_SET(qpc, qpc, uar_page, fdev->conn_res.uar->index); in mlx5_fpga_conn_create_qp()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eq.c | 292 MLX5_SET(eqc, eqc, uar_page, priv->uar->index); in create_map_eq()
|
D | en_main.c | 1215 MLX5_SET(wq, wq, uar_page, mdev->mlx5e_res.bfreg.index); in mlx5e_create_sq() 1609 MLX5_SET(cqc, cqc, uar_page, mdev->priv.uar->index); in mlx5e_create_cq() 2214 MLX5_SET(cqc, cqc, uar_page, priv->mdev->priv.uar->index); in mlx5e_build_common_cq_param()
|