Searched refs:cur_qp (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dcq.c232 struct mlx4_qp **cur_qp,
237 struct mlx4_qp **cur_qp,
275 if (!*cur_qp || (qpn != (*cur_qp)->verbs_qp.qp.qp_num)) {
281 *cur_qp = mlx4_find_qp(mctx, qpn);
282 if (!*cur_qp)
285 srq = ((*cur_qp)->verbs_qp.qp.srq) ? to_msrq((*cur_qp)->verbs_qp.qp.srq) : NULL;
290 wq = &(*cur_qp)->sq;
300 wq = &(*cur_qp)
235 mlx4_parse_cqe(struct mlx4_cq *cq, struct mlx4_cqe *cqe, struct mlx4_qp **cur_qp, struct ibv_wc *wc, int lazy) argument
383 mlx4_poll_one(struct mlx4_cq *cq, struct mlx4_qp **cur_qp, struct ibv_wc *wc) argument
[all...]
H A Dmlx4.h188 struct mlx4_qp *cur_qp; member in struct:mlx4_cq
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_cq.c485 struct mthca_qp **cur_qp,
519 if (!*cur_qp || be32_to_cpu(cqe->my_qpn) != (*cur_qp)->qpn) {
525 *cur_qp = mthca_array_get(&dev->qp_table.qp,
528 if (!*cur_qp) {
536 entry->qp = &(*cur_qp)->ibqp;
539 wq = &(*cur_qp)->sq;
540 wqe_index = ((be32_to_cpu(cqe->wqe) - (*cur_qp)->send_wqe_offset)
542 entry->wr_id = (*cur_qp)->wrid[wqe_index +
543 (*cur_qp)
483 mthca_poll_one(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp **cur_qp, int *freed, struct ib_wc *entry) argument
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c656 struct mlx4_ib_qp **cur_qp,
707 if (!*cur_qp ||
708 (be32_to_cpu(cqe->vlan_my_qpn) & MLX4_CQE_QPN_MASK) != (*cur_qp)->mqp.qpn) {
716 *cur_qp = to_mibqp(mqp);
719 wc->qp = &(*cur_qp)->ibqp;
731 wq = &(*cur_qp)->sq;
732 if (!(*cur_qp)->sq_signal_bits) {
738 } else if ((*cur_qp)->ibqp.srq) {
739 srq = to_msrq((*cur_qp)->ibqp.srq);
749 wq = &(*cur_qp)
655 mlx4_ib_poll_one(struct mlx4_ib_cq *cq, struct mlx4_ib_qp **cur_qp, struct ib_wc *wc) argument
875 struct mlx4_ib_qp *cur_qp = NULL; local
[all...]
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c512 struct mlx5_ib_qp **cur_qp,
558 if (!*cur_qp || (qpn != (*cur_qp)->ibqp.qp_num)) {
564 *cur_qp = to_mibqp(mqp);
567 wc->qp = &(*cur_qp)->ibqp;
570 wq = &(*cur_qp)->sq;
574 handle_atomics(*cur_qp, cqe64, wq->last_poll, idx);
583 handle_responder(wc, cqe64, *cur_qp);
598 wq = &(*cur_qp)->sq;
606 if ((*cur_qp)
511 mlx5_poll_one(struct mlx5_ib_cq *cq, struct mlx5_ib_qp **cur_qp, struct ib_wc *wc) argument
668 struct mlx5_ib_qp *cur_qp = NULL; local
[all...]

Completed in 121 milliseconds