Searched refs:ret_wait (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c689 long ret_wait; local
716 ret_wait =
719 if (ret_wait < 0) {
725 ret_wait = (long)wait_for_completion_timeout(&context->done,
728 if (!ret_wait) {

Completed in 64 milliseconds