Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_param.c396 { E1000_FC_FULL, "Flow Control Enabled" }, in e1000_check_options()
De1000_hw.c1125 hw->fc = E1000_FC_FULL; in e1000_setup_link()
1140 hw->fc = E1000_FC_FULL; in e1000_setup_link()
1311 case E1000_FC_FULL: in e1000_setup_fiber_serdes_link()
2252 case E1000_FC_FULL: /* 3 */ in e1000_phy_setup_autoneg()
2663 case E1000_FC_FULL: in e1000_force_mac_fc()
2792 if (hw->original_fc == E1000_FC_FULL) { in e1000_config_fc_after_link_up()
2793 hw->fc = E1000_FC_FULL; in e1000_config_fc_after_link_up()
De1000_ethtool.c268 else if (hw->fc == E1000_FC_FULL) { in e1000_get_pauseparam()
288 hw->fc = E1000_FC_FULL; in e1000_set_pauseparam()
De1000_hw.h1954 #define E1000_FC_FULL 3 macro