Searched refs:dpseg (Results 1 – 2 of 2) sorted by relevance
321 struct mlx5_wqe_data_seg *dpseg; in mlx5_get_atomic_laddr() local324 dpseg = mlx5_get_send_wqe(qp, idx) + sizeof(struct mlx5_wqe_ctrl_seg) + in mlx5_get_atomic_laddr()327 addr = (void *)(unsigned long)be64_to_cpu(dpseg->addr); in mlx5_get_atomic_laddr()
2594 struct mlx5_wqe_data_seg *dpseg; in mlx5_ib_post_send() local2815 dpseg = seg; in mlx5_ib_post_send()2817 if (unlikely(dpseg == qend)) { in mlx5_ib_post_send()2819 dpseg = seg; in mlx5_ib_post_send()2822 set_data_ptr_seg(dpseg, wr->sg_list + i); in mlx5_ib_post_send()2824 dpseg++; in mlx5_ib_post_send()