Searched refs:stamp_send_wqe (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/ofed/libmlx4/ |
| HD | qp.c | 74 static void stamp_send_wqe(struct mlx4_qp *qp, int n) in stamp_send_wqe() function 102 stamp_send_wqe(qp, i); in mlx4_qp_init_sq_ownership() 462 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes) & in mlx4_post_send() 504 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes - 1) & in mlx4_post_send()
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_qp.c | 215 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) in stamp_send_wqe() function 279 stamp_send_wqe(qp, n + qp->sq_spare_wqes, size); in post_nop_wqe() 2000 stamp_send_wqe(qp, i, 1 << qp->sq.wqe_shift); in __mlx4_ib_modify_qp() 3231 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send() 3255 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send()
|