Home
last modified time | relevance | path

Searched refs:post_send (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c51 static int post_send(void) in post_send() function
115 ret = post_send(); in test()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c288 for (i = 0; i < ARRAY_SIZE(__get_cpu_var(sdpstats).post_send); i++) { in sdpstats_seq_show()
292 SDPSTATS_COUNTER_GET(post_send[i])); in sdpstats_seq_show()
H A Dsdp_tx.c79 SDPSTATS_COUNTER_MID_INC(post_send, h->mid); in sdp_post_send()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c113 .post_send = irdma_upost_send,
/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c203 int (*post_send)(struct ibv_qp_1_0 *qp, member
469 ret = qp->context->real_context->ops.post_send(qp->real_qp, head_wr, in post_send_wrapper_1_0()
542 ctx->ops.post_send = post_send_wrapper_1_0; in __ibv_open_device_1_0()
H A Dverbs.h1449 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr, member
2265 return qp->context->ops.post_send(qp, wr, bad_wr); in ibv_post_send()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c113 .post_send = mlx4_post_send,
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c449 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, in post_send() function
546 if (unlikely(post_send(priv, in ipoib_send()
H A Dipoib_cm.c596 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
658 if (unlikely(post_send(priv, tx, tx_req, tx->tx_head & (ipoib_sendq_size - 1)))) { in ipoib_cm_send()
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c154 context->ibv_ctx.ops.post_send = c4iw_post_send; in c4iw_alloc_context()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1240 dev->ib_dev.post_send = mthca_arbel_post_send; in mthca_register_device()
1244 dev->ib_dev.post_send = mthca_tavor_post_send; in mthca_register_device()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c484 ibdev->post_send = c4iw_post_send; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_device.c105 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
H A Dib_uverbs_cmd.c2164 ret = qp->device->post_send(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_send()
3968 UAPI_DEF_METHOD_NEEDS_FN(post_send)),
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c123 .post_send = mlx5_post_send,
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2263 int (*post_send)(struct ib_qp *qp, member
3278 return qp->device->post_send(qp, send_wr, bad_send_wr); in ib_post_send()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c254 ibdev->post_send = qlnxr_post_send; in qlnxr_register_device()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2532 ibdev->ib_dev.post_send = mlx4_ib_post_send; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3456 dev->ib_dev.post_send = mlx5_ib_post_send; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3300 dev_ops->post_send = irdma_post_send; in irdma_set_device_ops()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2137 ibdev->post_send = bnxt_re_post_send; in bnxt_re_register_ib()