Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
Dmem.c120 idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in post_send_nop()
126 cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | MLX5_OPCODE_NOP); in post_send_nop()
133 qp->sq.cur_post += DIV_ROUND_UP(sizeof(struct mlx5_wqe_ctrl_seg), in post_send_nop()
135 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
147 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in post_send_nop()
Dwr.c43 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge()
954 *idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in __begin_wqe()
988 ctrl->opmod_idx_opcode = cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | in finish_wqe()
998 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
999 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
1006 get_sq_edge(&qp->sq, qp->sq.cur_post & in finish_wqe()
1437 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5_ib_post_send()
Dmlx5_ib.h351 u16 cur_post; member
Dqp.c4329 qp->sq.cur_post = 0; in __mlx5_ib_modify_qp()