Home
last modified time | relevance | path

Searched refs:igb_force_mac_fc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c828 * igb_force_mac_fc - Force the MAC's flow control settings
837 s32 igb_force_mac_fc(struct e1000_hw *hw) in igb_force_mac_fc() function
914 ret_val = igb_force_mac_fc(hw); in igb_config_fc_after_link_up()
917 ret_val = igb_force_mac_fc(hw); in igb_config_fc_after_link_up()
1087 ret_val = igb_force_mac_fc(hw); in igb_config_fc_after_link_up()
1210 ret_val = igb_force_mac_fc(hw); in igb_config_fc_after_link_up()
H A De1000_mac.h22 s32 igb_force_mac_fc(struct e1000_hw *hw);
H A De1000_82575.c1780 igb_force_mac_fc(hw); in igb_setup_serdes_link_82575()