Searched refs:mlx5_copy_to_recv_wqe (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | cq.c | 174 err = mlx5_copy_to_recv_wqe(qp, wqe_ctr, cqe, in handle_responder_lazy() 177 err = mlx5_copy_to_recv_wqe(qp, wqe_ctr, cqe - 1, in handle_responder_lazy() 221 err = mlx5_copy_to_recv_wqe(qp, wqe_ctr, cqe, in handle_responder() 224 err = mlx5_copy_to_recv_wqe(qp, wqe_ctr, cqe - 1, in handle_responder()
|
H A D | mlx5.h | 664 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size);
|
H A D | qp.c | 93 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_recv_wqe() function
|