Home
last modified time | relevance | path

Searched refs:cur_post (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dqp.c170 qp->sq.cur_post = 0; in mlx5_init_qp_indices()
672 idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in _mlx5_post_send()
901 ctrl->opmod_idx_opcode = htobe32(((qp->sq.cur_post & 0xffff) << 8) | in _mlx5_post_send()
911 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in _mlx5_post_send()
929 qp->db[MLX5_SND_DBR] = htobe32(qp->sq.cur_post & 0xffff); in _mlx5_post_send()
H A Dmlx5.h374 unsigned cur_post; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2946 qp->sq.cur_post = 0; in __mlx5_ib_modify_qp()
3855 *idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in begin_wqe()
3880 ctrl->opmod_idx_opcode = cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | in finish_wqe()
3891 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
3892 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
4187 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5_ib_post_send()
H A Dmlx5_ib.h240 u16 cur_post; member