Home
last modified time | relevance | path

Searched refs:poll_ctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/core/
Dcq.c139 enum ib_poll_context poll_ctx, const char *caller) in __ib_alloc_cq() argument
156 cq->poll_ctx = poll_ctx; in __ib_alloc_cq()
167 switch (cq->poll_ctx) { in __ib_alloc_cq()
209 switch (cq->poll_ctx) { in ib_free_cq()
Dverbs.c2505 if (cq->poll_ctx == IB_POLL_DIRECT) in __ib_drain_sq()
2539 if (cq->poll_ctx == IB_POLL_DIRECT) in __ib_drain_rq()
Dnldev.c504 nla_put_u8(msg, RDMA_NLDEV_ATTR_RES_POLL_CTX, cq->poll_ctx)) in fill_res_cq_entry()
/Linux-v4.19/include/rdma/
Dib_verbs.h1586 enum ib_poll_context poll_ctx; member
3418 enum ib_poll_context poll_ctx, const char *caller);
3419 #define ib_alloc_cq(device, priv, nr_cqe, comp_vect, poll_ctx) \ argument
3420 __ib_alloc_cq((device), (priv), (nr_cqe), (comp_vect), (poll_ctx), KBUILD_MODNAME)
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c4350 if (cq->poll_ctx == IB_POLL_DIRECT) { in handle_drain_completion()
4371 switch (cq->poll_ctx) { in handle_drain_completion()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c5721 if (cq->poll_ctx == IB_POLL_DIRECT) { in handle_drain_completion()
5742 switch (cq->poll_ctx) { in handle_drain_completion()