Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A 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/contrib/ofed/libibverbs/
H A Dverbs.h1095 int (*next_poll)(struct ibv_cq_ex *current); member
1125 return cq->next_poll(cq); in ibv_next_poll()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c658 cq->ibv_cq.next_poll = mlx4_next_poll; in mlx4_cq_fill_pfns()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1130 ibvcq_ex->next_poll = irdma_next_poll; in irdma_ibvcq_ex_fill_priv_funcs()