Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c506 stat->tx_single_colls += smb->tx_single_colls; in atge_l1_gather_stats()
528 atgep->atge_first_collisions += smb->tx_single_colls; in atge_l1_gather_stats()
538 atgep->atge_collisions += smb->tx_single_colls + in atge_l1_gather_stats()
H A Datge_l1c.c613 stat->tx_single_colls += smb->tx_single_colls; in atge_l1c_gather_stats()
635 atgep->atge_first_collisions += smb->tx_single_colls; in atge_l1c_gather_stats()
645 atgep->atge_collisions += smb->tx_single_colls + in atge_l1c_gather_stats()
H A Datge_l1e.c772 stat->tx_single_colls += smb->tx_single_colls; in atge_l1e_gather_stats()
796 atgep->atge_first_collisions += smb->tx_single_colls; in atge_l1e_gather_stats()
807 atgep->atge_collisions += smb->tx_single_colls + in atge_l1e_gather_stats()
H A Datge_l1_reg.h98 uint32_t tx_single_colls; member
H A Datge_l1e_reg.h305 uint32_t tx_single_colls; member
H A Datge_l1c_reg.h125 uint32_t tx_single_colls; member
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2115 uint32_t tx_single_colls; member
H A Dyge.c2909 stats->tx_single_colls += YGE_READ_MIB32(pnum, GM_TXF_SNG_COL); in yge_stats_update()
3011 *val = stats->tx_single_colls; in yge_m_stat()