Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A Dserdes.h121 #define MII_ADVERT_ASYM_PAUSE (0x2<<7) macro
150 #define MII_ADVERT_ASYM_PAUSE (0x2<<7) macro
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx_mm.c570 } else if (miireg == MII_ADVERT_ASYM_PAUSE) { in bnx_update_lp_cap()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_phy.c232 val |= MII_ADVERT_ASYM_PAUSE; in phy_ad_settings()