Lines Matching refs:duplex
57 static int duplex[MAX_TLAN_BOARDS]; variable
61 module_param_array(duplex, int, NULL, 0);
64 MODULE_PARM_DESC(duplex,
548 priv->duplex = ((dev->mem_start & 0x06) == 0x06) ? 0 in tlan_probe1()
562 priv->duplex = duplex[boards_found]; in tlan_probe1()
2233 } else if (priv->duplex == TLAN_DUPLEX_FULL) { in tlan_reset_adapter()
2621 priv->duplex == TLAN_DUPLEX_HALF) { in tlan_phy_start_link()
2624 priv->duplex == TLAN_DUPLEX_FULL) { in tlan_phy_start_link()
2628 priv->duplex == TLAN_DUPLEX_HALF) { in tlan_phy_start_link()
2631 priv->duplex == TLAN_DUPLEX_FULL) { in tlan_phy_start_link()
2669 if (priv->duplex == TLAN_DUPLEX_FULL) { in tlan_phy_start_link()
2732 if ((priv->duplex == TLAN_DUPLEX_FULL) || in tlan_phy_finish_auto_neg()