Home
last modified time | relevance | path

Searched refs:NWAY_LPAR_PAUSE (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/intel/igb/
De1000_mac.c940 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in igb_config_fc_after_link_up()
967 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igb_config_fc_after_link_up()
982 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igb_config_fc_after_link_up()
De1000_defines.h555 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Dmac.c1153 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in e1000e_config_fc_after_link_up()
1179 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000e_config_fc_after_link_up()
1194 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000e_config_fc_after_link_up()
Ddefines.h577 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_hw.c2185 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in e1000_config_fc_after_link_up()
2211 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000_config_fc_after_link_up()
2228 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000_config_fc_after_link_up()
De1000_hw.h2641 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro