Searched refs:post_srq_recv (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | compat-1_0.c | 193 int (*post_srq_recv)(struct ibv_srq_1_0 *srq, member 388 ret = srq->context->real_context->ops.post_srq_recv(srq->real_srq, head_wr, in post_srq_recv_wrapper_1_0() 544 ctx->ops.post_srq_recv = post_srq_recv_wrapper_1_0; in __ibv_open_device_1_0()
|
H A D | verbs.h | 1439 int (*post_srq_recv)(struct ibv_srq *srq, member 2023 return srq->context->ops.post_srq_recv(srq, recv_wr, bad_recv_wr); in ibv_post_srq_recv()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 108 .post_srq_recv = mlx4_post_srq_recv,
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 102 .post_srq_recv = c4iw_post_srq_recv,
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1205 dev->ib_dev.post_srq_recv = mthca_arbel_post_srq_recv; in mthca_register_device() 1207 dev->ib_dev.post_srq_recv = mthca_tavor_post_srq_recv; in mthca_register_device()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 118 .post_srq_recv = mlx5_post_srq_recv,
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2248 int (*post_srq_recv)(struct ib_srq *srq, member 3165 return srq->device->post_srq_recv(srq, recv_wr, bad_recv_wr); in ib_post_srq_recv()
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 211 ibdev->post_srq_recv = qlnxr_post_srq_recv; in qlnxr_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 2369 ret = srq->device->post_srq_recv(srq, wr, &bad_wr); in ib_uverbs_post_srq_recv() 4065 UAPI_DEF_METHOD_NEEDS_FN(post_srq_recv)),
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2527 ibdev->ib_dev.post_srq_recv = mlx4_ib_post_srq_recv; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3451 dev->ib_dev.post_srq_recv = mlx5_ib_post_srq_recv; in mlx5_ib_add()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2132 ibdev->post_srq_recv = bnxt_re_post_srq_recv; in bnxt_re_register_ib()
|