Lines Matching refs:duplex
384 slave->duplex = DUPLEX_UNKNOWN; in bond_update_speed_duplex()
394 switch (ecmd.duplex) { in bond_update_speed_duplex()
403 slave->duplex = ecmd.duplex; in bond_update_speed_duplex()
727 (prim->speed == curr->speed && prim->duplex <= curr->duplex))) in bond_should_change_active()
2090 slave->duplex ? "full" : "half"); in bond_miimon_commit()
2969 old_duplex = slave->duplex; in bond_slave_netdev_event()
2976 if (old_duplex != slave->duplex) in bond_slave_netdev_event()
4022 ecmd->duplex = DUPLEX_UNKNOWN; in bond_ethtool_get_settings()
4034 if (ecmd->duplex == DUPLEX_UNKNOWN && in bond_ethtool_get_settings()
4035 slave->duplex != DUPLEX_UNKNOWN) in bond_ethtool_get_settings()
4036 ecmd->duplex = slave->duplex; in bond_ethtool_get_settings()