Searched refs:ignore_fcs_value (Results 1 – 2 of 2) sorted by relevance
1728 int mlx4_SET_PORT_fcs_check(struct mlx4_dev *dev, u8 port, u8 ignore_fcs_value) in mlx4_SET_PORT_fcs_check() argument1740 if (ignore_fcs_value) in mlx4_SET_PORT_fcs_check()
2524 u8 ignore_fcs_value = (features & NETIF_F_RXALL) ? 1 : 0; in mlx4_en_set_features() local2527 ignore_fcs_value ? "ON" : "OFF"); in mlx4_en_set_features()2529 priv->port, ignore_fcs_value); in mlx4_en_set_features()