Searched refs:get_recv_wqe (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_qp.c | 208 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() function 832 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in __mthca_modify_qp() 1203 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1222 next = get_recv_wqe(qp, i); in mthca_alloc_qp_common() 1229 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1); in mthca_alloc_qp_common() 1850 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive() 2191 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive() 2250 next = get_recv_wqe(qp, index); in mthca_free_err_wqe()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | qp.c | 59 static void *get_recv_wqe(struct mlx4_qp *qp, int n) in get_recv_wqe() function 541 scat = get_recv_wqe(qp, ind); in mlx4_post_recv()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | qp.c | 61 static void *get_recv_wqe(struct mlx5_qp *qp, int n) in get_recv_wqe() function 98 scat = get_recv_wqe(qp, idx); in mlx5_copy_to_recv_wqe() 1163 scat = get_recv_wqe(qp, ind); in mlx5_post_recv()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_qp.c | 197 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() function 3304 scat = get_recv_wqe(qp, ind); in mlx4_ib_post_recv()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 105 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe() function 4252 scat = get_recv_wqe(qp, ind); in mlx5_ib_post_recv()
|