Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c374 if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN) { in mlx4_en_DUMP_ETH_STATS()
/freebsd/sys/dev/mlx4/
H A Ddevice.h217 MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN = 1LL << 24, enumerator
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c902 dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN; in mlx4_QUERY_DEV_CAP()