Searched refs:poll_cq (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/ofed/drivers/infiniband/core/ |
| D | uverbs.h | 192 IB_UVERBS_DECLARE_CMD(poll_cq);
|
| D | device.c | 94 IB_MANDATORY_FUNC(poll_cq), in ib_device_check_mandatory()
|
| /freebsd-9-stable/contrib/ofed/libibverbs/src/ |
| D | compat-1_0.c | 180 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/ |
| D | mthca.c | 117 .poll_cq = mthca_poll_cq,
|
| /freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/ |
| D | verbs.h | 709 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/ |
| D | mlx4.c | 118 .poll_cq = mlx4_poll_cq,
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/sdp/ |
| D | sdp_cma.c | 209 ssk->poll_cq = 1; in sdp_response_handler()
|
| D | sdp.h | 422 int poll_cq; member
|
| D | sdp_rx.c | 590 if (unlikely(!ssk->poll_cq)) { in sdp_rx_comp_work()
|
| /freebsd-9-stable/sys/contrib/rdma/ |
| D | ib_verbs.h | 989 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()
|
| D | rdma_device.c | 99 IB_MANDATORY_FUNC(poll_cq), in ib_device_check_mandatory()
|
| /freebsd-9-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 1269 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/ |
| D | iw_cxgb_provider.c | 1107 dev->ibdev.poll_cq = iwch_poll_cq; in iwch_register_device()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_provider.c | 1374 dev->ib_dev.poll_cq = mthca_poll_cq; in mthca_register_device()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | main.c | 1981 ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq; in mlx4_ib_add()
|