Searched refs:poll_ctx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 486 poll_ctx->next_entry; in sync_kloop_poll_table_queue_proc() 488 BUG_ON(poll_ctx->next_entry >= poll_ctx->num_entries); in sync_kloop_poll_table_queue_proc() 554 for (i = poll_ctx->num_tx_rings; i < poll_ctx->num_rings; i++) { in sync_kloop_rx_irq_wake_fun() 705 poll_ctx = nm_os_malloc(sizeof(*poll_ctx) + in netmap_sync_kloop() 712 poll_ctx->next_entry = 0; in netmap_sync_kloop() 726 poll_ctx->entries[i].parent = poll_ctx; in netmap_sync_kloop() 803 poll_ctx->next_entry++; in netmap_sync_kloop() 809 poll_ctx->next_entry++; in netmap_sync_kloop() 869 if (poll_ctx) { in netmap_sync_kloop() 891 nm_os_free(poll_ctx); in netmap_sync_kloop() [all …]
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_cq.c | 89 enum ib_poll_context poll_ctx, in __ib_alloc_cq_user() argument 103 switch (poll_ctx) { in __ib_alloc_cq_user() 118 cq->poll_ctx = poll_ctx; in __ib_alloc_cq_user() 125 switch (poll_ctx) { in __ib_alloc_cq_user() 153 switch (cq->poll_ctx) { in ib_free_cq_user()
|
| H A D | ib_verbs.c | 2158 if (qp->send_cq->poll_ctx == IB_POLL_DIRECT) { in __ib_drain_sq() 2159 WARN_ONCE(qp->send_cq->poll_ctx == IB_POLL_DIRECT, in __ib_drain_sq() 2193 if (qp->recv_cq->poll_ctx == IB_POLL_DIRECT) { in __ib_drain_rq() 2194 WARN_ONCE(qp->recv_cq->poll_ctx == IB_POLL_DIRECT, in __ib_drain_rq()
|
| /freebsd-14.2/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1474 enum ib_poll_context poll_ctx; member 3298 enum ib_poll_context poll_ctx, 3313 enum ib_poll_context poll_ctx, in ib_alloc_cq_user() argument 3316 return __ib_alloc_cq_user(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq_user() 3332 enum ib_poll_context poll_ctx) in ib_alloc_cq() argument 3334 return ib_alloc_cq_user(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq()
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 3687 if (ib_cq->poll_ctx == IB_POLL_WORKQUEUE || in bnxt_re_destroy_cq() 3688 ib_cq->poll_ctx == IB_POLL_UNBOUND_WORKQUEUE) in bnxt_re_destroy_cq()
|