Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dqp.c271 struct mlx5_sg_copy_ptr *sg_copy_ptr) in set_data_inl_seg() argument
280 int offset = sg_copy_ptr->offset; in set_data_inl_seg()
284 for (i = sg_copy_ptr->index; i < wr->num_sge; ++i) { in set_data_inl_seg()
361 struct mlx5_sg_copy_ptr *sg_copy_ptr) in copy_eth_inline_headers() argument
407 sg_copy_ptr->index = j; in copy_eth_inline_headers()
408 sg_copy_ptr->offset = inl_hdr_copy_size; in copy_eth_inline_headers()
621 struct mlx5_sg_copy_ptr sg_copy_ptr = {.index = 0, .offset = 0}; in _mlx5_post_send() local
838 err = copy_eth_inline_headers(ibqp, wr, seg, &sg_copy_ptr); in _mlx5_post_send()
859 err = set_data_inl_seg(qp, wr, seg, &sz, &sg_copy_ptr); in _mlx5_post_send()
870 for (i = sg_copy_ptr.index; i < wr->num_sge; ++i) { in _mlx5_post_send()
[all …]