Lines Matching refs:PORT_IS_ENABLED
269 if (((info->port == FM1_DTSEC9) && (PORT_IS_ENABLED(FM1_10GEC1))) || in ft_fixup_port()
270 ((info->port == FM1_DTSEC10) && (PORT_IS_ENABLED(FM1_10GEC2))) || in ft_fixup_port()
271 ((info->port == FM1_DTSEC1) && (PORT_IS_ENABLED(FM1_10GEC3))) || in ft_fixup_port()
272 ((info->port == FM1_DTSEC2) && (PORT_IS_ENABLED(FM1_10GEC4))) || in ft_fixup_port()
273 ((info->port == FM1_10GEC1) && (PORT_IS_ENABLED(FM1_DTSEC9))) || in ft_fixup_port()
274 ((info->port == FM1_10GEC2) && (PORT_IS_ENABLED(FM1_DTSEC10))) || in ft_fixup_port()
275 ((info->port == FM1_10GEC3) && (PORT_IS_ENABLED(FM1_DTSEC1))) || in ft_fixup_port()
276 ((info->port == FM1_10GEC4) && (PORT_IS_ENABLED(FM1_DTSEC2))) in ft_fixup_port()
279 ((info->port == FM2_DTSEC9) && (PORT_IS_ENABLED(FM2_10GEC1))) || in ft_fixup_port()
280 ((info->port == FM2_DTSEC10) && (PORT_IS_ENABLED(FM2_10GEC2))) || in ft_fixup_port()
281 ((info->port == FM2_10GEC1) && (PORT_IS_ENABLED(FM2_DTSEC9))) || in ft_fixup_port()
282 ((info->port == FM2_10GEC2) && (PORT_IS_ENABLED(FM2_DTSEC10))) in ft_fixup_port()
286 if (((info->port == FM1_DTSEC1) && (PORT_IS_ENABLED(FM1_10GEC1))) || in ft_fixup_port()
287 ((info->port == FM1_DTSEC2) && (PORT_IS_ENABLED(FM1_10GEC2))) || in ft_fixup_port()
288 ((info->port == FM1_DTSEC3) && (PORT_IS_ENABLED(FM1_10GEC3))) || in ft_fixup_port()
289 ((info->port == FM1_DTSEC4) && (PORT_IS_ENABLED(FM1_10GEC4))) || in ft_fixup_port()
290 ((info->port == FM1_10GEC1) && (PORT_IS_ENABLED(FM1_DTSEC1))) || in ft_fixup_port()
291 ((info->port == FM1_10GEC2) && (PORT_IS_ENABLED(FM1_DTSEC2))) || in ft_fixup_port()
292 ((info->port == FM1_10GEC3) && (PORT_IS_ENABLED(FM1_DTSEC3))) || in ft_fixup_port()
293 ((info->port == FM1_10GEC4) && (PORT_IS_ENABLED(FM1_DTSEC4))) in ft_fixup_port()