Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c745 } else if (cq->stall_next_poll) { in poll_cq()
746 cq->stall_next_poll = 0; in poll_cq()
779 cq->stall_next_poll = 1; in poll_cq()
821 cq->stall_next_poll = 1; in _mlx5_end_poll()
846 } else if (cq->stall_next_poll) { in mlx5_start_poll()
847 cq->stall_next_poll = 0; in mlx5_start_poll()
869 cq->stall_next_poll = 1; in mlx5_start_poll()
H A Dmlx5.h332 int stall_next_poll; member