Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c57 mtx_assert(&mdev->dump_lock, MA_OWNED); in mlx5_fwdump_destroy_dd()
197 mtx_lock(&mdev->dump_lock); in mlx5_fwdump()
230 mtx_unlock(&mdev->dump_lock); in mlx5_fwdump()
238 mtx_lock(&mdev->dump_lock); in mlx5_fwdump_clean()
240 msleep(&mdev->dump_copyout, &mdev->dump_lock, 0, "mlx5fwc", 0); in mlx5_fwdump_clean()
242 mtx_unlock(&mdev->dump_lock); in mlx5_fwdump_clean()
252 mtx_lock(&mdev->dump_lock); in mlx5_fwdump_reset()
255 msleep(&mdev->dump_copyout, &mdev->dump_lock, in mlx5_fwdump_reset()
262 mtx_unlock(&mdev->dump_lock); in mlx5_fwdump_reset()
294 mtx_lock(&mdev->dump_lock); in mlx5_fwdump_copyout()
[all …]
H A Dmlx5_main.c1686 mtx_init(&dev->dump_lock, "mlx5dmp", NULL, MTX_DEF | MTX_NEW); in init_one()
1764 mtx_destroy(&dev->dump_lock); in init_one()
1794 mtx_destroy(&dev->dump_lock); in remove_one()
/freebsd/sys/dev/mlx5/
H A Ddriver.h744 struct mtx dump_lock; member