Searched refs:mii_m_getstat (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mii.h | 509 int mii_m_getstat(mii_handle_t mii, uint_t stat, uint64_t *val);
|
/illumos-gate/usr/src/uts/common/io/efe/ |
H A D | efe.c | 551 if (mii_m_getstat(efep->efe_miih, stat, val) == 0) { in efe_m_getstat()
|
/illumos-gate/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 1156 if (mii_m_getstat(pcnp->pcn_mii, stat, val) == 0) in pcn_m_stat()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 828 if (mii_m_getstat(rtlsp->mii, stat, val) == 0) { in rtls_m_stat()
|
/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii.c | 924 mii_m_getstat(mii_handle_t mh, uint_t stat, uint64_t *val) in mii_m_getstat() function
|
/illumos-gate/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 1339 if (ip->miih && (mii_m_getstat(ip->miih, stat, val) == 0)) { in iprb_m_stat()
|
/illumos-gate/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 1610 (mii_m_getstat(sc->ex_miih, stat, val) == 0)) { in elxl_m_stat()
|
/illumos-gate/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 1935 if (mii_m_getstat(dmfep->mii, stat, val) == 0) { in dmfe_m_stat()
|
/illumos-gate/usr/src/uts/common/io/afe/ |
H A D | afe.c | 2252 if (mii_m_getstat(afep->afe_mii, stat, val) == 0) { in afe_m_stat()
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 1858 if (mii_m_getstat(atgep->atge_mii, stat, val) == 0) { in atge_m_stat()
|
/illumos-gate/usr/src/uts/common/io/hme/ |
H A D | hme.c | 2153 if (mii_m_getstat(hmep->hme_mii, stat, val) == 0) { in hme_m_stat()
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 2957 if (mii_m_getstat(port->p_mii, stat, val) == 0) { in yge_m_stat()
|