Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.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)be64_to_cpu(dpseg->addr); in mlx5_get_atomic_laddr()
Dqp.c4359 struct mlx5_wqe_data_seg *dpseg; in _mlx5_ib_post_send() local
4627 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()