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()
2234 } else if (priv->duplex == TLAN_DUPLEX_FULL) { in tlan_reset_adapter()
2622 priv->duplex == TLAN_DUPLEX_HALF) { in tlan_phy_start_link()
2625 priv->duplex == TLAN_DUPLEX_FULL) { in tlan_phy_start_link()
2629 priv->duplex == TLAN_DUPLEX_HALF) { in tlan_phy_start_link()
2632 priv->duplex == TLAN_DUPLEX_FULL) { in tlan_phy_start_link()
2670 if (priv->duplex == TLAN_DUPLEX_FULL) { in tlan_phy_start_link()
2733 if ((priv->duplex == TLAN_DUPLEX_FULL) || in tlan_phy_finish_auto_neg()