/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | rdma_xclient.c | 51 static int post_send(void) in post_send() function 115 ret = post_send(); in test()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 288 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 D | sdp_tx.c | 79 SDPSTATS_COUNTER_MID_INC(post_send, h->mid); in sdp_post_send()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 113 .post_send = irdma_upost_send,
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | compat-1_0.c | 203 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 D | verbs.h | 1449 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 D | mlx4.c | 113 .post_send = mlx4_post_send,
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 449 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 D | ipoib_cm.c | 596 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 D | dev.c | 154 context->ibv_ctx.ops.post_send = c4iw_post_send; in c4iw_alloc_context()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1240 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 D | provider.c | 484 ibdev->post_send = c4iw_post_send; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 105 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
|
H A D | ib_uverbs_cmd.c | 2164 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 D | mlx5.c | 123 .post_send = mlx5_post_send,
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2263 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 D | qlnxr_os.c | 254 ibdev->post_send = qlnxr_post_send; in qlnxr_register_device()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2532 ibdev->ib_dev.post_send = mlx4_ib_post_send; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3456 dev->ib_dev.post_send = mlx5_ib_post_send; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3300 dev_ops->post_send = irdma_post_send; in irdma_set_device_ops()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2137 ibdev->post_send = bnxt_re_post_send; in bnxt_re_register_ib()
|