Searched refs:stamp_send_wqe (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dqp.c74 static void stamp_send_wqe(struct mlx4_qp *qp, int n) function
102 stamp_send_wqe(qp, i);
462 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes) &
504 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes - 1) &
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c215 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) function
279 stamp_send_wqe(qp, n + qp->sq_spare_wqes, size);
2000 stamp_send_wqe(qp, i, 1 << qp->sq.wqe_shift);
3231 stamp_send_wqe(qp, stamp, size * 16);
3255 stamp_send_wqe(qp, stamp, size * 16);

Completed in 113 milliseconds