Home
last modified time | relevance | path

Searched refs:query_srq (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h286 IB_UVERBS_DECLARE_CMD(query_srq);
Dib_verbs.c664 return srq->device->query_srq ? in ib_query_srq()
665 srq->device->query_srq(srq, srq_attr) : -ENOSYS; in ib_query_srq()
/freebsd-12-stable/contrib/ofed/libmlx4/
Dmlx4.c106 .query_srq = mlx4_query_srq,
/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.c110 .query_srq = mlx5_query_srq,
/freebsd-12-stable/contrib/ofed/libibverbs/
Dverbs.c555 return srq->context->ops.query_srq(srq, srq_attr); in __ibv_query_srq()
Dcompat-1_0.c190 int (*query_srq)(struct ibv_srq *srq, member
Dverbs.h1436 int (*query_srq)(struct ibv_srq *srq, member
/freebsd-12-stable/sys/dev/mthca/
Dmthca_provider.c1243 dev->ib_dev.query_srq = mthca_query_srq; in mthca_register_device()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h1961 int (*query_srq)(struct ib_srq *srq, member
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_main.c2616 ibdev->ib_dev.query_srq = mlx4_ib_query_srq; in mlx4_ib_add()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c3186 dev->ib_dev.query_srq = mlx5_ib_query_srq; in mlx5_ib_add()