Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c122 #define RESET_PERSIST_MASK_FLAGS (MLX4_FLAG_SRIOV)
3120 if (dev->flags & MLX4_FLAG_SRIOV) { in mlx4_enable_sriov()
3134 if (!(dev->flags & MLX4_FLAG_SRIOV)) { in mlx4_enable_sriov()
3144 dev_flags |= MLX4_FLAG_SRIOV | in mlx4_enable_sriov()
3272 dev->flags |= MLX4_FLAG_SRIOV; in mlx4_load_one()
3374 if (dev->flags & MLX4_FLAG_SRIOV) { in mlx4_load_one()
3379 dev->flags &= ~MLX4_FLAG_SRIOV; in mlx4_load_one()
3585 if (dev->flags & MLX4_FLAG_SRIOV && !existing_vfs) { in mlx4_load_one()
3587 dev->flags &= ~MLX4_FLAG_SRIOV; in mlx4_load_one()
3927 if (mlx4_is_master(dev) && dev->flags & MLX4_FLAG_SRIOV) { in mlx4_remove_one()
[all …]
/freebsd/sys/dev/mlx4/
H A Ddevice.h76 MLX4_FLAG_SRIOV = 1 << 4, enumerator