Searched refs:stamp_send_wqe (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | qp.c | 207 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) in stamp_send_wqe() function 271 stamp_send_wqe(qp, n + qp->sq_spare_wqes, size); in post_nop_wqe() 1759 stamp_send_wqe(qp, i, 1 << qp->sq.wqe_shift); in __mlx4_ib_modify_qp() 2918 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send() 2942 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send()
|