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

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c51 static int post_send(void) function
115 ret = post_send();
117 perror("post_send");
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c286 for (i = 0; i < ARRAY_SIZE(__get_cpu_var(sdpstats).post_send); i++) {
288 seq_printf(seq, "post_send %-20s\t: %d\n",
290 SDPSTATS_COUNTER_GET(post_send[i]));
H A Dsdp_tx.c77 SDPSTATS_COUNTER_MID_INC(post_send, h->mid);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h268 IB_UVERBS_DECLARE_CMD(post_send); variable
H A Dib_device.c107 IB_MANDATORY_FUNC(post_send),
H A Dib_uverbs_cmd.c2688 ret = qp->device->post_send(qp->real_qp, wr, &bad_wr);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c113 .post_send = mlx4_post_send,
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c203 int (*post_send)(struct ibv_qp_1_0 *qp, member in struct:ibv_context_ops_1_0
469 ret = qp->context->real_context->ops.post_send(qp->real_qp, head_wr,
542 ctx->ops.post_send = post_send_wrapper_1_0;
H A Dverbs.h1449 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr, member in struct:ibv_context_ops
2268 return qp->context->ops.post_send(qp, wr, bad_wr);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c447 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, function
517 * We put the mb into the tx_ring _before_ we call post_send()
519 * run before we execute anything after the post_send(). That
521 * our state is consistent before we call post_send().
544 if (unlikely(post_send(priv,
547 ipoib_warn(priv, "post_send failed\n");
H A Dipoib_cm.c592 static inline int post_send(struct ipoib_dev_priv *priv, function
638 * We put the mb into the tx_ring _before_ we call post_send()
640 * run before we execute anything after the post_send(). That
642 * our state is consistent before we call post_send().
654 if (unlikely(post_send(priv, tx, tx_req, tx->tx_head & (ipoib_sendq_size - 1)))) {
655 ipoib_warn(priv, "post_send failed\n");
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c154 context->ibv_ctx.ops.post_send = c4iw_post_send;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c498 ibdev->post_send = c4iw_post_send;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1287 dev->ib_dev.post_send = mthca_arbel_post_send;
1291 dev->ib_dev.post_send = mthca_tavor_post_send;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c117 .post_send = mlx5_post_send,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1982 int (*post_send)(struct ib_qp *qp, member in struct:ib_device
2807 return qp->device->post_send(qp, send_wr, bad_send_wr);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1131 dev->ibdev.post_send = iwch_post_send;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3192 dev->ib_dev.post_send = mlx5_ib_post_send;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2623 ibdev->ib_dev.post_send = mlx4_ib_post_send;

Completed in 369 milliseconds