Searched refs:sg_copy_ptr (Results 1 – 1 of 1) sorted by relevance
271 struct mlx5_sg_copy_ptr *sg_copy_ptr) in set_data_inl_seg() argument280 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() argument407 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() local838 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 …]