Searched refs:get_recv_wqe (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dqp.c61 static void *get_recv_wqe(struct mthca_qp *qp, int n) function
83 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
359 wqe = get_recv_wqe(qp, ind);
730 wqe = get_recv_wqe(qp, ind);
868 next = get_recv_wqe(qp, i);
887 next = get_recv_wqe(qp, i);
894 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
952 next = get_recv_wqe(qp, index);
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dqp.c58 static void *get_recv_wqe(struct mlx4_qp *qp, int n) function
474 scat = get_recv_wqe(qp, ind);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c207 static void *get_recv_wqe(struct mthca_qp *qp, int n) function
838 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
1207 next = get_recv_wqe(qp, i);
1226 next = get_recv_wqe(qp, i);
1234 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
1858 wqe = get_recv_wqe(qp, ind);
2199 wqe = get_recv_wqe(qp, ind);
2258 next = get_recv_wqe(qp, index);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c140 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) function
2264 scat = get_recv_wqe(qp, ind);

Completed in 64 milliseconds