Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libmlx5/
Dcq.c1219 .next_poll = &mlx5_next_poll_name(cqe_ver, adaptive), \
1226 int (*next_poll)(struct ibv_cq_ex *ibcq); member
1253 cq->ibv_cq.next_poll = poll_ops->next_poll; in mlx5_cq_fill_pfns()
/freebsd-12-stable/contrib/ofed/libibverbs/
Dverbs.h1095 int (*next_poll)(struct ibv_cq_ex *current); member
1125 return cq->next_poll(cq); in ibv_next_poll()
/freebsd-12-stable/contrib/ofed/libmlx4/
Dcq.c658 cq->ibv_cq.next_poll = mlx4_next_poll; in mlx4_cq_fill_pfns()