Searched refs:poll_ctx (Results 1 – 7 of 7) sorted by relevance
| /drivers/infiniband/core/ |
| A D | cq.c | 58 cq->poll_ctx == IB_POLL_DIRECT) in rdma_dim_init() 229 cq->poll_ctx = poll_ctx; in __ib_alloc_cq() 246 switch (cq->poll_ctx) { in __ib_alloc_cq() 298 int nr_cqe, enum ib_poll_context poll_ctx, in __ib_alloc_cq_any() argument 332 switch (cq->poll_ctx) { in ib_free_cq() 376 enum ib_poll_context poll_ctx) in ib_alloc_cqs() argument 383 if (poll_ctx > IB_POLL_LAST_POOL_TYPE) { in ib_alloc_cqs() 384 WARN_ON_ONCE(poll_ctx > IB_POLL_LAST_POOL_TYPE); in ib_alloc_cqs() 438 enum ib_poll_context poll_ctx) in ib_cq_pool_get() argument 445 if (poll_ctx > IB_POLL_LAST_POOL_TYPE) { in ib_cq_pool_get() [all …]
|
| A D | verbs.c | 2861 if (cq->poll_ctx == IB_POLL_DIRECT) in __ib_drain_sq() 2895 if (cq->poll_ctx == IB_POLL_DIRECT) in __ib_drain_rq()
|
| A D | nldev.c | 647 nla_put_u8(msg, RDMA_NLDEV_ATTR_RES_POLL_CTX, cq->poll_ctx)) in fill_res_cq_entry()
|
| /drivers/infiniband/ulp/rtrs/ |
| A D | rtrs.c | 233 enum ib_poll_context poll_ctx) in create_cq() argument 240 poll_ctx); in create_cq() 242 cq = ib_cq_pool_get(cm_id->device, nr_cqe, cq_vector, poll_ctx); in create_cq() 298 enum ib_poll_context poll_ctx) in rtrs_cq_qp_create() argument 302 err = create_cq(con, cq_vector, nr_cqe, poll_ctx); in rtrs_cq_qp_create()
|
| A D | rtrs-pri.h | 318 enum ib_poll_context poll_ctx);
|
| /drivers/infiniband/hw/mlx4/ |
| A D | qp.c | 4411 if (cq->poll_ctx == IB_POLL_DIRECT) { in handle_drain_completion() 4432 switch (cq->poll_ctx) { in handle_drain_completion()
|
| /drivers/infiniband/hw/mlx5/ |
| A D | qp.c | 5729 if (cq->poll_ctx == IB_POLL_DIRECT) { in handle_drain_completion() 5750 switch (cq->poll_ctx) { in handle_drain_completion()
|
Completed in 34 milliseconds