Searched refs:mii_set_pauseable (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mii.h | 156 void mii_set_pauseable(mii_handle_t mii, boolean_t cap, boolean_t asym);
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afe.c | 458 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 D | rtls.c | 509 mii_set_pauseable(rtlsp->mii, B_FALSE, B_FALSE); in rtls_attach()
|
/titanic_41/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 380 mii_set_pauseable(pcnp->pcn_mii, B_FALSE, B_FALSE); in pcn_attach()
|
/titanic_41/usr/src/uts/common/io/mii/ |
H A D | mii.c | 303 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 D | iprb.c | 346 mii_set_pauseable(ip->miih, B_TRUE, B_FALSE); in iprb_attach()
|
/titanic_41/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 568 mii_set_pauseable(sc->ex_miih, B_FALSE, B_FALSE); in elxl_attach()
|
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 953 mii_set_pauseable(port->p_mii, B_TRUE, B_TRUE); in yge_init_port()
|