Searched refs:copy_to_scat (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | qp.c | 71 static int copy_to_scat(struct mlx5_wqe_data_seg *scat, void *buf, int *size, in copy_to_scat() function 102 return copy_to_scat(scat, buf, &size, max); in mlx5_copy_to_recv_wqe() 143 if (copy_to_scat(scat, buf, &size, tmp) == IBV_WC_SUCCESS) in mlx5_copy_to_send_wqe() 150 return copy_to_scat(scat, buf, &size, max); in mlx5_copy_to_send_wqe()
|