Searched refs:mlx5_next_poll (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/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, function
921 return mlx5_next_poll(ibcq, POLLING_MODE_STALL_ADAPTIVE, 0);
926 return mlx5_next_poll(ibcq, POLLING_MODE_STALL_ADAPTIVE, 1);
931 return mlx5_next_poll(ibcq, 0, 0);
936 return mlx5_next_poll(ibcq, 0, 1);
1213 mlx5_next_poll##adaptive##cqe_ver

Completed in 68 milliseconds