Searched refs:mthca_write64 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Ddoorbell.h38 static inline void mthca_write64(uint32_t val[2], struct mthca_context *ctx, int offset) function
78 static inline void mthca_write64(uint32_t val[2], struct mthca_context *ctx, int offset) function
90 static inline void mthca_write64(uint32_t val[2], struct mthca_context *ctx, int offset) function
H A Dsrq.c159 mthca_write64(doorbell, to_mctx(ibsrq->context), MTHCA_RECV_DOORBELL);
175 mthca_write64(doorbell, to_mctx(ibsrq->context), MTHCA_RECV_DOORBELL);
H A Dqp.c324 mthca_write64(doorbell, to_mctx(ibqp->context), MTHCA_SEND_DOORBELL);
413 mthca_write64(doorbell, to_mctx(ibqp->context), MTHCA_RECV_DOORBELL);
432 mthca_write64(doorbell, to_mctx(ibqp->context), MTHCA_RECV_DOORBELL);
492 mthca_write64(doorbell, to_mctx(ibqp->context), MTHCA_SEND_DOORBELL);
700 mthca_write64(doorbell, to_mctx(ibqp->context), MTHCA_SEND_DOORBELL);
H A Dcq.c162 mthca_write64(doorbell, to_mctx(cq->ibv_cq.context), MTHCA_CQ_DOORBELL);
496 mthca_write64(doorbell, to_mctx(cq->context), MTHCA_CQ_DOORBELL);
530 mthca_write64(doorbell, to_mctx(ibvcq->context), MTHCA_CQ_DOORBELL);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, function
88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, function
H A Dmthca_srq.c564 mthca_write64(first_ind << srq->wqe_shift, srq->srqn << 8,
579 mthca_write64(first_ind << srq->wqe_shift, (srq->srqn << 8) | nreq,
H A Dmthca_cq.c210 mthca_write64(MTHCA_TAVOR_CQ_DB_INC_CI | cq->cqn, incr - 1,
735 mthca_write64(dbhi, 0xffffffff, to_mdev(cq->device)->kar + MTHCA_CQ_DOORBELL,
766 mthca_write64(dbhi, cq->cons_index,
H A Dmthca_eq.c183 mthca_write64(MTHCA_EQ_DB_SET_CI | eq->eqn, ci & (eq->nent - 1),
208 mthca_write64(MTHCA_EQ_DB_REQ_NOT | eqn, 0,
221 mthca_write64(MTHCA_EQ_DB_DISARM_CQ | eqn, cqn,
H A Dmthca_qp.c1800 mthca_write64(((qp->sq.next_ind << qp->sq.wqe_shift) +
1899 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0,
1912 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0,
1983 mthca_write64(dbhi, (qp->qpn << 8) | size0,
2156 mthca_write64(dbhi, (qp->qpn << 8) | size0, dev->kar + MTHCA_SEND_DOORBELL,

Completed in 186 milliseconds