Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h192 IB_UVERBS_DECLARE_CMD(poll_cq);
Ddevice.c94 IB_MANDATORY_FUNC(poll_cq), in ib_device_check_mandatory()
/freebsd-9-stable/contrib/ofed/libibverbs/src/
Dcompat-1_0.c180 int (*poll_cq)(struct ibv_cq_1_0 *cq, int num_entries, member
295 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc); in poll_cq_wrapper_1_0()
438 ctx->ops.poll_cq = poll_cq_wrapper_1_0; in __ibv_open_device_1_0()
/freebsd-9-stable/contrib/ofed/libmthca/src/
Dmthca.c117 .poll_cq = mthca_poll_cq,
/freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/
Dverbs.h709 int (*poll_cq)(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc); member
954 return cq->context->ops.poll_cq(cq, num_entries, wc); in ibv_poll_cq()
/freebsd-9-stable/contrib/ofed/libmlx4/src/
Dmlx4.c118 .poll_cq = mlx4_poll_cq,
/freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_cma.c209 ssk->poll_cq = 1; in sdp_response_handler()
Dsdp.h422 int poll_cq; member
Dsdp_rx.c590 if (unlikely(!ssk->poll_cq)) { in sdp_rx_comp_work()
/freebsd-9-stable/sys/contrib/rdma/
Dib_verbs.h989 int (*poll_cq)(struct ib_cq *cq, int num_entries, member
1411 return cq->device->poll_cq(cq, num_entries, wc); in ib_poll_cq()
Drdma_device.c99 IB_MANDATORY_FUNC(poll_cq), in ib_device_check_mandatory()
/freebsd-9-stable/sys/ofed/include/rdma/
Dib_verbs.h1269 int (*poll_cq)(struct ib_cq *cq, int num_entries, member
1801 return cq->device->poll_cq(cq, num_entries, wc); in ib_poll_cq()
/freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_provider.c1107 dev->ibdev.poll_cq = iwch_poll_cq; in iwch_register_device()
/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_provider.c1374 dev->ib_dev.poll_cq = mthca_poll_cq; in mthca_register_device()
/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dmain.c1981 ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq; in mlx4_ib_add()