Searched refs:verbs (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.2-release/contrib/ofed/libibverbs/examples/
H A Dpingpong.h38 #include <infiniband/verbs.h>
H A Ddevice_list.c39 #include <infiniband/verbs.h>
H A Dasyncwatch.c39 #include <infiniband/verbs.h>
H A Ddevinfo.c45 #include <infiniband/verbs.h>
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Dmarshall.h36 #include <infiniband/verbs.h>
H A Dsa.h37 #include <infiniband/verbs.h>
H A Ddriver.h38 #include <infiniband/verbs.h>
/freebsd-10.2-release/contrib/ofed/usr.lib/libmlx4/
H A DMakefile17 SRCS= buf.c cq.c dbrec.c mlx4.c qp.c srq.c verbs.c
/freebsd-10.2-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile17 SRCS= device.c init.c marshall.c verbs.c cmd.c enum_strs.c kern_abi.h \
32 verbs.7 ibv_create_xrc_rcv_qp.3 ibv_open_xrc_domain.3
/freebsd-10.2-release/contrib/ofed/usr.lib/libmthca/
H A DMakefile17 SRCS= ah.c buf.c cq.c memfree.c mthca.c qp.c srq.c verbs.c
/freebsd-10.2-release/contrib/ofed/libmlx4/
H A DMakefile.am6 src/srq.c src/verbs.c
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Denum_strs.c33 #include <infiniband/verbs.h>
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A DMakefile10 ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
/freebsd-10.2-release/contrib/ofed/libibcm/
H A Dlibibcm.spec20 Requires: %{name} = %{version}-%{release} %{_includedir}/infiniband/verbs.h
/freebsd-10.2-release/contrib/ofed/libmthca/
H A DMakefile.am6 src/qp.c src/srq.c src/verbs.c
/freebsd-10.2-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h39 #include <infiniband/verbs.h>
110 struct ibv_context *verbs; member in struct:rdma_cm_id
/freebsd-10.2-release/sys/modules/ibcore/
H A DMakefile11 SRCS+= cache.c device.c mad_priv.h packer.c sysfs.c user_mad.c verbs.c
/freebsd-10.2-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec22 Requires: %{name} = %{version}-%{release} %{_includedir}/infiniband/verbs.h
/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c117 ret = ibv_query_port(node->cma_id->verbs, node->cma_id->port_num,
136 node->pd = ibv_alloc_pd(node->cma_id->verbs);
144 node->cq = ibv_create_cq(node->cma_id->verbs, cqe, node, 0, 0);
H A Dcmatose.c122 node->pd = ibv_alloc_pd(node->cma_id->verbs);
130 node->cq[SEND_CQ_INDEX] = ibv_create_cq(node->cma_id->verbs, cqe, node, 0, 0);
131 node->cq[RECV_CQ_INDEX] = ibv_create_cq(node->cma_id->verbs, cqe, node, 0, 0);
H A Dudaddy.c115 ret = ibv_query_port(node->cma_id->verbs, node->cma_id->port_num,
134 node->pd = ibv_alloc_pd(node->cma_id->verbs);
142 node->cq = ibv_create_cq(node->cma_id->verbs, cqe, node, 0, 0);
H A Drping.c516 cb->pd = ibv_alloc_pd(cm_id->verbs);
523 cb->channel = ibv_create_comp_channel(cm_id->verbs);
531 cb->cq = ibv_create_cq(cm_id->verbs, RPING_SQ_DEPTH * 2, cb,
/freebsd-10.2-release/contrib/ofed/librdmacm/src/
H A Dcma.c122 struct ibv_context *verbs; member in struct:cma_device
171 ibv_close_device(cma_dev_array[--cma_dev_cnt].verbs);
243 cma_dev->verbs = ibv_open_device(dev_list[i]);
244 if (!cma_dev->verbs) {
251 ret = ibv_query_device(cma_dev->verbs, &attr);
269 ibv_close_device(cma_dev_array[i].verbs);
291 devs[i] = cma_dev_array[i].verbs;
346 id_priv->id.verbs = cma_dev->verbs;
697 ret = ibv_query_pkey(cma_dev->verbs, port_nu
[all...]
/freebsd-10.2-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h39 #include <infiniband/verbs.h>
277 * and retrieve events, corresponding to the specified verbs device.
/freebsd-10.2-release/contrib/ofed/include/infiniband/
H A DMakefile10 VERBINCS+= ${IBVERBS}/sa-kern-abi.h ${IBVERBS}/sa.h ${IBVERBS}/verbs.h

Completed in 105 milliseconds