Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c181 mdev->dump_copyout = false; in mlx5_fwdump_prep()
239 while (mdev->dump_copyout) in mlx5_fwdump_clean()
240 msleep(&mdev->dump_copyout, &mdev->dump_lock, 0, "mlx5fwc", 0); in mlx5_fwdump_clean()
254 while (mdev->dump_copyout) { in mlx5_fwdump_reset()
255 msleep(&mdev->dump_copyout, &mdev->dump_lock, in mlx5_fwdump_reset()
308 mdev->dump_copyout = true; in mlx5_fwdump_copyout()
328 mdev->dump_copyout = false; in mlx5_fwdump_copyout()
329 wakeup(&mdev->dump_copyout); in mlx5_fwdump_copyout()
/freebsd/sys/dev/mlx5/
H A Ddriver.h743 bool dump_copyout; member