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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c166 mdev->dump_copyout = false;
222 while (mdev->dump_copyout)
223 msleep(&mdev->dump_copyout, &mdev->dump_lock, 0, "mlx5fwc", 0);
237 while (mdev->dump_copyout) {
238 msleep(&mdev->dump_copyout, &mdev->dump_lock,
291 mdev->dump_copyout = true;
311 mdev->dump_copyout = false;
312 wakeup(&mdev->dump_copyout);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h686 bool dump_copyout; member in struct:mlx5_core_dev

Completed in 92 milliseconds