Searched refs:poll_ctx (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 485 struct sync_kloop_poll_ctx *poll_ctx = in sync_kloop_poll_table_queue_proc() local 487 struct sync_kloop_poll_entry *entry = poll_ctx->entries + in sync_kloop_poll_table_queue_proc() 488 poll_ctx->next_entry; in sync_kloop_poll_table_queue_proc() 490 BUG_ON(poll_ctx->next_entry >= poll_ctx->num_entries); in sync_kloop_poll_table_queue_proc() 494 if (poll_ctx->next_wake_fun == NULL) { in sync_kloop_poll_table_queue_proc() 498 poll_ctx->next_wake_fun); in sync_kloop_poll_table_queue_proc() 521 struct sync_kloop_poll_ctx *poll_ctx = entry->parent; in sync_kloop_tx_irq_wake_fun() local 524 for (i = 0; i < poll_ctx->num_tx_rings; i++) { in sync_kloop_tx_irq_wake_fun() 525 struct eventfd_ctx *irq_ctx = poll_ctx->entries[i].irq_ctx; in sync_kloop_tx_irq_wake_fun() 553 struct sync_kloop_poll_ctx *poll_ctx = entry->parent; in sync_kloop_rx_irq_wake_fun() local [all …]
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_cq.c | 130 enum ib_poll_context poll_ctx, in __ib_alloc_cq_user() argument 144 switch (poll_ctx) { in __ib_alloc_cq_user() 159 cq->poll_ctx = poll_ctx; in __ib_alloc_cq_user() 170 switch (cq->poll_ctx) { in __ib_alloc_cq_user() 200 switch (cq->poll_ctx) { in ib_free_cq_user()
|
| H A D | ib_verbs.c | 2512 if (cq->poll_ctx == IB_POLL_DIRECT) in __ib_drain_sq() 2546 if (cq->poll_ctx == IB_POLL_DIRECT) in __ib_drain_rq()
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1533 enum ib_poll_context poll_ctx; member 3360 enum ib_poll_context poll_ctx, 3375 enum ib_poll_context poll_ctx, in ib_alloc_cq_user() argument 3378 return __ib_alloc_cq_user(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq_user() 3394 enum ib_poll_context poll_ctx) in ib_alloc_cq() argument 3396 return ib_alloc_cq_user(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 3674 if (ib_cq->poll_ctx == IB_POLL_WORKQUEUE || in bnxt_re_destroy_cq() 3675 ib_cq->poll_ctx == IB_POLL_UNBOUND_WORKQUEUE) in bnxt_re_destroy_cq()
|