Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5dv.h55 MLX5_SND_DBR = 1, enumerator
H A Dverbs.c1338 qp->db[MLX5_SND_DBR] = 0; in create_qp()
1634 db[MLX5_SND_DBR] = 0; in mlx5_modify_qp()
2108 rwq->db[MLX5_SND_DBR] = 0; in mlx5_create_wq()
2169 rwq->db[MLX5_SND_DBR] = 0; in mlx5_modify_wq()
H A Dqp.c929 qp->db[MLX5_SND_DBR] = htobe32(qp->sq.cur_post & 0xffff); in _mlx5_post_send()
/freebsd/sys/dev/mlx5/
H A Dqp.h172 MLX5_SND_DBR = 1,
170 MLX5_SND_DBR = 1, global() enumerator
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c209 iq->wq.db = &iq->wq.db[MLX5_SND_DBR]; in mlx5e_iq_create()
H A Dmlx5_en_rl.c137 sq->wq.db = &sq->wq.db[MLX5_SND_DBR]; in mlx5e_rl_create_sq()
H A Dmlx5_en_main.c1699 sq->wq.db = &sq->wq.db[MLX5_SND_DBR]; in mlx5e_create_sq()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2949 qp->db.db[MLX5_SND_DBR] = 0; in __mlx5_ib_modify_qp()
4187 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5_ib_post_send()