Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c1246 const struct op *poll_ops = &ops[((cq->stall_enable && cq->stall_adaptive_enable) ? ADAPTIVE : 0) | in mlx5_cq_fill_pfns() local
1252 cq->ibv_cq.start_poll = poll_ops->start_poll; in mlx5_cq_fill_pfns()
1253 cq->ibv_cq.next_poll = poll_ops->next_poll; in mlx5_cq_fill_pfns()
1254 cq->ibv_cq.end_poll = poll_ops->end_poll; in mlx5_cq_fill_pfns()