Home
last modified time | relevance | path

Searched refs:E1000_FC_NONE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_param.c393 {{ E1000_FC_NONE, "Flow Control Disabled" }, in e1000_check_options()
De1000_hw.c1135 hw->fc = E1000_FC_NONE; in e1000_setup_link()
1292 case E1000_FC_NONE: in e1000_setup_fiber_serdes_link()
2227 case E1000_FC_NONE: /* 0 */ in e1000_phy_setup_autoneg()
2296 hw->fc = E1000_FC_NONE; in e1000_phy_force_speed_duplex()
2652 case E1000_FC_NONE: in e1000_force_mac_fc()
2850 else if ((hw->original_fc == E1000_FC_NONE|| in e1000_config_fc_after_link_up()
2853 hw->fc = E1000_FC_NONE; in e1000_config_fc_after_link_up()
2871 hw->fc = E1000_FC_NONE; in e1000_config_fc_after_link_up()
De1000_ethtool.c294 hw->fc = E1000_FC_NONE; in e1000_set_pauseparam()
De1000_hw.h1951 #define E1000_FC_NONE 0 macro