Searched refs:post_send (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c190 context->ibv_ctx.ops.post_send = mthca_arbel_post_send;
196 context->ibv_ctx.ops.post_send = mthca_tavor_post_send;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h199 IB_UVERBS_DECLARE_CMD(post_send); variable
H A Ddevice.c90 IB_MANDATORY_FUNC(post_send),
H A Duverbs_cmd.c1558 ret = qp->device->post_send(qp, wr, &bad_wr);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c287 for (i = 0; i < ARRAY_SIZE(__get_cpu_var(sdpstats).post_send); i++) {
289 seq_printf(seq, "post_send %-20s\t: %d\n",
291 SDPSTATS_COUNTER_GET(post_send[i]));
H A Dsdp_tx.c77 SDPSTATS_COUNTER_MID_INC(post_send, h->mid);
/freebsd-10.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h732 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr, member in struct:ibv_context_ops
1089 return qp->context->ops.post_send(qp, wr, bad_wr);
/freebsd-10.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c132 .post_send = mlx4_post_send,
/freebsd-10.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c205 int (*post_send)(struct ibv_qp_1_0 *qp, member in struct:ibv_context_ops_1_0
367 ret = qp->context->real_context->ops.post_send(qp->real_qp, head_wr,
440 ctx->ops.post_send = post_send_wrapper_1_0;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c440 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, function
511 * We put the mb into the tx_ring _before_ we call post_send()
513 * run before we execute anything after the post_send(). That
515 * our state is consistent before we call post_send().
538 if (unlikely(post_send(priv,
541 ipoib_warn(priv, "post_send failed\n");
H A Dipoib_cm.c584 static inline int post_send(struct ipoib_dev_priv *priv, function
628 * We put the mb into the tx_ring _before_ we call post_send()
630 * run before we execute anything after the post_send(). That
632 * our state is consistent before we call post_send().
644 if (unlikely(post_send(priv, tx, tx_req, tx->tx_head & (ipoib_sendq_size - 1)))) {
645 ipoib_warn(priv, "post_send failed\n");
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c465 ibdev->post_send = c4iw_post_send;
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1254 int (*post_send)(struct ib_qp *qp, member in struct:ib_device
1717 return qp->device->post_send(qp, send_wr, bad_send_wr);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1396 dev->ib_dev.post_send = mthca_arbel_post_send;
1400 dev->ib_dev.post_send = mthca_tavor_post_send;
/freebsd-10.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1122 dev->ibdev.post_send = iwch_post_send;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1975 ibdev->ib_dev.post_send = mlx4_ib_post_send;

Completed in 278 milliseconds