Searched refs:ignore_fcs_value (Results 1 – 3 of 3) sorted by relevance
1038 int mlx4_SET_PORT_fcs_check(struct mlx4_dev *dev, u8 port, u8 ignore_fcs_value) in mlx4_SET_PORT_fcs_check() argument1050 if (ignore_fcs_value) in mlx4_SET_PORT_fcs_check()
2201 u8 ignore_fcs_value = (features & NETIF_F_RXALL) ? 1 : 0; in mlx4_en_set_features() local2204 ignore_fcs_value ? "ON" : "OFF"); in mlx4_en_set_features()2206 priv->port, ignore_fcs_value); in mlx4_en_set_features()
1318 u8 ignore_fcs_value);