Searched refs:dpseg (Results 1 – 2 of 2) sorted by relevance
313 struct mlx5_wqe_data_seg *dpseg; in mlx5_get_atomic_laddr() local316 dpseg = mlx5_get_send_wqe(qp, idx) + sizeof(struct mlx5_wqe_ctrl_seg) + in mlx5_get_atomic_laddr()319 addr = (void *)(unsigned long)be64_to_cpu(dpseg->addr); in mlx5_get_atomic_laddr()
2596 struct mlx5_wqe_data_seg *dpseg; in mlx5_ib_post_send() local2824 dpseg = seg; in mlx5_ib_post_send()2826 if (unlikely(dpseg == qend)) { in mlx5_ib_post_send()2828 dpseg = seg; in mlx5_ib_post_send()2831 set_data_ptr_seg(dpseg, wr->sg_list + i); in mlx5_ib_post_send()2833 dpseg++; in mlx5_ib_post_send()