Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c896 static inline int mlx5_next_poll(struct ibv_cq_ex *ibcq,
899 static inline int mlx5_next_poll(struct ibv_cq_ex *ibcq, in mlx5_next_poll() function
921 return mlx5_next_poll(ibcq, POLLING_MODE_STALL_ADAPTIVE, 0); in mlx5_next_poll_adaptive_v0()
926 return mlx5_next_poll(ibcq, POLLING_MODE_STALL_ADAPTIVE, 1); in mlx5_next_poll_adaptive_v1()
931 return mlx5_next_poll(ibcq, 0, 0); in mlx5_next_poll_v0()
936 return mlx5_next_poll(ibcq, 0, 1); in mlx5_next_poll_v1()
1213 mlx5_next_poll##adaptive##cqe_ver