Searched refs:poll_cq (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h192 IB_UVERBS_DECLARE_CMD(poll_cq); variable
H A Ddevice.c95 IB_MANDATORY_FUNC(poll_cq),
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c117 .poll_cq = mthca_poll_cq,
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h709 int (*poll_cq)(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc); member in struct:ibv_context_ops
954 return cq->context->ops.poll_cq(cq, num_entries, wc);
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c118 .poll_cq = mlx4_poll_cq,
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c180 int (*poll_cq)(struct ibv_cq_1_0 *cq, int num_entries, member in struct:ibv_context_ops_1_0
295 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc);
438 ctx->ops.poll_cq = poll_cq_wrapper_1_0;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c209 ssk->poll_cq = 1;
H A Dsdp.h422 int poll_cq; member in struct:sdp_sock
H A Dsdp_rx.c590 if (unlikely(!ssk->poll_cq)) {
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_device.c99 IB_MANDATORY_FUNC(poll_cq),
H A Dib_verbs.h989 int (*poll_cq)(struct ib_cq *cq, int num_entries, member in struct:ib_device
1411 return cq->device->poll_cq(cq, num_entries, wc);
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1128 int (*poll_cq)(struct ib_cq *cq, int num_entries, member in struct:ib_device
1633 return cq->device->poll_cq(cq, num_entries, wc);
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1106 dev->ibdev.poll_cq = iwch_poll_cq;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1369 ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1373 dev->ib_dev.poll_cq = mthca_poll_cq;

Completed in 216 milliseconds