Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Digc_mac.c628 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in igc_config_fc_after_link_up_generic()
649 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igc_config_fc_after_link_up_generic()
662 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igc_config_fc_after_link_up_generic()
H A Digc_defines.h867 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
H A Dif_em.c1174 if ((ar & NWAY_AR_PAUSE) && (lpar & NWAY_LPAR_PAUSE)) in em_flowstatus()
1177 (lpar & NWAY_LPAR_PAUSE) && (lpar & NWAY_LPAR_ASM_DIR)) in em_flowstatus()
1180 !(lpar & NWAY_LPAR_PAUSE) && (lpar & NWAY_LPAR_ASM_DIR)) in em_flowstatus()
H A Dif_em_hw.h3009 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
H A Dif_em_hw.c4123 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in em_config_fc_after_link_up()
4153 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in em_config_fc_after_link_up()
4170 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in em_config_fc_after_link_up()