Home
last modified time | relevance | path

Searched refs:MLX4_DEV_CAP_FLAG2_RSS_XOR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mlx4/
H A Ddevice.h191 MLX4_DEV_CAP_FLAG2_RSS_XOR = 1LL << 2, enumerator
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1251 if (!(priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS_XOR)) in mlx4_en_check_rxfh_func()
H A Dfw.c886 dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_RSS_XOR; in mlx4_QUERY_DEV_CAP()
H A Den_netdev.c3351 } else if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS_XOR) { in mlx4_en_init_netdev()