Home
last modified time | relevance | path

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

/linux-5.19.10/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.c1165 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_alloc_xdpsq()
1240 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_alloc_icosq()
1336 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_alloc_txqsq()
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dmem.c146 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-5.19.10/include/linux/mlx5/
Dqp.h183 MLX5_SND_DBR = 1, enumerator
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c222 wq->db = &wq->db[MLX5_SND_DBR]; in mlx5e_ptp_alloc_txqsq()