Home
last modified time | relevance | path

Searched refs:dpseg (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/libmlx5/
HDqp.c342 struct mlx5_wqe_data_seg *dpseg; in mlx5_get_atomic_laddr() local
345 dpseg = mlx5_get_send_wqe(qp, idx) + sizeof(struct mlx5_wqe_ctrl_seg) + in mlx5_get_atomic_laddr()
348 addr = (void *)(unsigned long)be64toh(dpseg->addr); in mlx5_get_atomic_laddr()
620 struct mlx5_wqe_data_seg *dpseg; in _mlx5_post_send() local
869 dpseg = seg; in _mlx5_post_send()
871 if (unlikely(dpseg == qend)) { in _mlx5_post_send()
873 dpseg = seg; in _mlx5_post_send()
880 set_data_ptr_seg_atomic(dpseg, wr->sg_list + i); in _mlx5_post_send()
890 set_data_ptr_seg(dpseg, wr->sg_list + i, in _mlx5_post_send()
894 ++dpseg; in _mlx5_post_send()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_cq.c345 struct mlx5_wqe_data_seg *dpseg; in mlx5_get_atomic_laddr() local
348 dpseg = mlx5_get_send_wqe(qp, idx) + sizeof(struct mlx5_wqe_ctrl_seg) + in mlx5_get_atomic_laddr()
351 addr = (void *)(unsigned long)be64_to_cpu(dpseg->addr); in mlx5_get_atomic_laddr()
HDmlx5_ib_qp.c3813 struct mlx5_wqe_data_seg *dpseg; in mlx5_ib_post_send() local
4069 dpseg = seg; in mlx5_ib_post_send()
4071 if (unlikely(dpseg == qend)) { in mlx5_ib_post_send()
4073 dpseg = seg; in mlx5_ib_post_send()
4076 set_data_ptr_seg(dpseg, wr->sg_list + i); in mlx5_ib_post_send()
4078 dpseg++; in mlx5_ib_post_send()