Searched refs:poll_ops (Results 1 – 1 of 1) sorted by relevance
1246 const struct op *poll_ops = &ops[((cq->stall_enable && cq->stall_adaptive_enable) ? ADAPTIVE : 0) | in mlx5_cq_fill_pfns() local1252 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()