Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c1220 .end_poll = &mlx5_end_poll_name(lock, stall, adaptive), \
1227 void (*end_poll)(struct ibv_cq_ex *ibcq); member
1254 cq->ibv_cq.end_poll = poll_ops->end_poll; in mlx5_cq_fill_pfns()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c653 cq->ibv_cq.end_poll = mlx4_end_poll; in mlx4_cq_fill_pfns()
656 cq->ibv_cq.end_poll = mlx4_end_poll_lock; in mlx4_cq_fill_pfns()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1096 void (*end_poll)(struct ibv_cq_ex *current); member
1130 cq->end_poll(cq); in ibv_end_poll()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1129 ibvcq_ex->end_poll = irdma_end_poll; in irdma_ibvcq_ex_fill_priv_funcs()