Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c713 hw->fc = E1000_FC_FULL; in e1000_setup_link()
869 case E1000_FC_FULL: in e1000_setup_fiber_serdes_link()
1608 case E1000_FC_FULL: /* 3 */ in e1000_phy_setup_autoneg()
2021 case E1000_FC_FULL: in e1000_force_mac_fc()
2151 if (hw->original_fc == E1000_FC_FULL) { in e1000_config_fc_after_link_up()
2152 hw->fc = E1000_FC_FULL; in e1000_config_fc_after_link_up()
H A De1000_param.c332 { E1000_FC_FULL, "Flow Control Enabled" }, in e1000_check_options()
H A De1000_ethtool.c260 } else if (hw->fc == E1000_FC_FULL) { in e1000_get_pauseparam()
279 hw->fc = E1000_FC_FULL; in e1000_set_pauseparam()
H A De1000_hw.h68 E1000_FC_FULL = 3, enumerator