Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c174 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 Dmlx5.h664 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size);
H A Dqp.c93 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_recv_wqe() function