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

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dqp.c170 qp->sq.cur_post = 0;
672 idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1);
901 ctrl->opmod_idx_opcode = htobe32(((qp->sq.cur_post & 0xffff) << 8) |
911 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB);
929 qp->db[MLX5_SND_DBR] = htobe32(qp->sq.cur_post & 0xffff);
H A Dmlx5.h374 unsigned cur_post; member in struct:mlx5_wq
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2838 qp->sq.cur_post = 0;
3753 *idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1);
3778 ctrl->opmod_idx_opcode = cpu_to_be32(((u32)(qp->sq.cur_post) << 8) |
3789 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB);
3790 qp->sq.w_list[idx].next = qp->sq.cur_post;
4089 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post);
H A Dmlx5_ib.h239 u16 cur_post; member in struct:mlx5_ib_wq

Completed in 178 milliseconds