| /freebsd-13-stable/contrib/ofed/librdmacm/examples/ |
| HD | rdma_xclient.c | 51 static int post_send(void) in post_send() function 115 ret = post_send(); in test()
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | 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()
|
| HD | sdp_tx.c | 79 SDPSTATS_COUNTER_MID_INC(post_send, h->mid); in sdp_post_send()
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/core/ |
| HD | uverbs.h | 275 IB_UVERBS_DECLARE_CMD(post_send);
|
| HD | ib_device.c | 105 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
|
| HD | ib_uverbs_cmd.c | 2686 ret = qp->device->post_send(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_send()
|
| /freebsd-13-stable/contrib/ofed/libirdma/ |
| HD | irdma_umain.c | 113 .post_send = irdma_upost_send,
|
| /freebsd-13-stable/contrib/ofed/libibverbs/ |
| HD | 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()
|
| HD | verbs.h | 1449 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr, member 2268 return qp->context->ops.post_send(qp, wr, bad_wr); in ibv_post_send()
|
| /freebsd-13-stable/contrib/ofed/libmlx4/ |
| HD | mlx4.c | 113 .post_send = mlx4_post_send,
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | 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()
|
| HD | 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-13-stable/contrib/ofed/libcxgb4/ |
| HD | dev.c | 154 context->ibv_ctx.ops.post_send = c4iw_post_send; in c4iw_alloc_context()
|
| /freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | provider.c | 500 ibdev->post_send = c4iw_post_send; in c4iw_register_device()
|
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_provider.c | 1287 dev->ib_dev.post_send = mthca_arbel_post_send; in mthca_register_device() 1291 dev->ib_dev.post_send = mthca_tavor_post_send; in mthca_register_device()
|
| /freebsd-13-stable/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 2026 int (*post_send)(struct ib_qp *qp, member 2884 return qp->device->post_send(qp, send_wr, bad_send_wr); in ib_post_send()
|
| /freebsd-13-stable/contrib/ofed/libmlx5/ |
| HD | mlx5.c | 117 .post_send = mlx5_post_send,
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxr/ |
| HD | qlnxr_os.c | 254 ibdev->post_send = qlnxr_post_send; in qlnxr_register_device()
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_main.c | 2621 ibdev->ib_dev.post_send = mlx4_ib_post_send; in mlx4_ib_add()
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_main.c | 3421 dev->ib_dev.post_send = mlx5_ib_post_send; in mlx5_ib_add()
|
| /freebsd-13-stable/sys/dev/irdma/ |
| HD | irdma_verbs.c | 3351 dev_ops->post_send = irdma_post_send; in irdma_set_device_ops()
|