Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx4/
Ddevice.h170 MLX4_DEV_CAP_FLAG_FCS_KEEP = 1LL << 34, enumerator
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c1148 if (mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_FCS_KEEP) { in mlx4_en_config_rss_qp()
Den_netdev.c2994 if (mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_FCS_KEEP) in mlx4_en_init_netdev()
Dmain.c311 if (!(dev->caps.flags & MLX4_DEV_CAP_FLAG_FCS_KEEP)) { in mlx4_enable_ignore_fcs()