Home
last modified time | relevance | path

Searched refs:MLX5_SND_DBR (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c147 wq->sq.db = &wq_ctrl->db.db[MLX5_SND_DBR]; in mlx5_wq_qp_create()
Den_main.c1317 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_alloc_xdpsq()
1391 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_alloc_icosq()
1486 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_alloc_txqsq()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmem.c145 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in post_send_nop()
Dwr.c1037 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5r_ring_db()
Dqp.c4309 qp->db.db[MLX5_SND_DBR] = 0; in __mlx5_ib_modify_qp()
/linux-6.1.9/include/linux/mlx5/
Dqp.h185 MLX5_SND_DBR = 1, enumerator
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Daso.c173 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5_aso_alloc_sq()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c252 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_ptp_alloc_txqsq()