Searched refs:dpseg (Results 1 – 2 of 2) sorted by relevance
342 struct mlx5_wqe_data_seg *dpseg; in mlx5_get_atomic_laddr() local345 dpseg = mlx5_get_send_wqe(qp, idx) + sizeof(struct mlx5_wqe_ctrl_seg) + in mlx5_get_atomic_laddr()348 addr = (void *)(unsigned long)be64_to_cpu(dpseg->addr); in mlx5_get_atomic_laddr()
4359 struct mlx5_wqe_data_seg *dpseg; in _mlx5_ib_post_send() local4627 dpseg = seg; in _mlx5_ib_post_send()4629 if (unlikely(dpseg == qend)) { in _mlx5_ib_post_send()4631 dpseg = seg; in _mlx5_ib_post_send()4634 set_data_ptr_seg(dpseg, wr->sg_list + i); in _mlx5_ib_post_send()4636 dpseg++; in _mlx5_ib_post_send()