Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/
H A Ddevice.h175 MLX4_DEV_CAP_FLAG_IBOE = 1LL << 30, enumerator
1015 ((dev)->caps.flags & MLX4_DEV_CAP_FLAG_IBOE) || \
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2393 if (mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_IBOE) in mlx4_port_immutable()
2705 if (dev->caps.flags & MLX4_DEV_CAP_FLAG_IBOE || in mlx4_ib_add()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c1034 if (has_ib_port || (dev->caps.flags & MLX4_DEV_CAP_FLAG_IBOE)) in mlx4_request_modules()