Home
last modified time | relevance | path

Searched refs:mii_set_pauseable (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmii.h156 void mii_set_pauseable(mii_handle_t mii, boolean_t cap, boolean_t asym);
/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.c458 mii_set_pauseable(afep->afe_mii, B_TRUE, B_FALSE); in afe_attach()
460 mii_set_pauseable(afep->afe_mii, B_FALSE, B_FALSE); in afe_attach()
/titanic_41/usr/src/uts/common/io/rtls/
H A Drtls.c509 mii_set_pauseable(rtlsp->mii, B_FALSE, B_FALSE); in rtls_attach()
/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcn.c380 mii_set_pauseable(pcnp->pcn_mii, B_FALSE, B_FALSE); in pcn_attach()
/titanic_41/usr/src/uts/common/io/mii/
H A Dmii.c303 mii_set_pauseable(mii_handle_t mh, boolean_t pauseable, boolean_t asymetric) in mii_set_pauseable() function
/titanic_41/usr/src/uts/common/io/iprb/
H A Diprb.c346 mii_set_pauseable(ip->miih, B_TRUE, B_FALSE); in iprb_attach()
/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c568 mii_set_pauseable(sc->ex_miih, B_FALSE, B_FALSE); in elxl_attach()
/titanic_41/usr/src/uts/common/io/yge/
H A Dyge.c953 mii_set_pauseable(port->p_mii, B_TRUE, B_TRUE); in yge_init_port()