Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_mac.c790 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in igc_config_fc_after_link_up_generic()
814 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igc_config_fc_after_link_up_generic()
828 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igc_config_fc_after_link_up_generic()
H A Digc_defines.h868 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/freebsd/sys/dev/e1000/
H A De1000_mac.c1457 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in e1000_config_fc_after_link_up_generic()
1481 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000_config_fc_after_link_up_generic()
1495 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000_config_fc_after_link_up_generic()
H A De1000_defines.h974 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro