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;
528 atgep->atge_first_collisions += smb->tx_single_colls;
538 atgep->atge_collisions += smb->tx_single_colls +
H A Datge_l1_reg.h98 uint32_t tx_single_colls; member in struct:l1_smb
H A Datge_l1c.c613 stat->tx_single_colls += smb->tx_single_colls;
635 atgep->atge_first_collisions += smb->tx_single_colls;
645 atgep->atge_collisions += smb->tx_single_colls +
H A Datge_l1e.c772 stat->tx_single_colls += smb->tx_single_colls;
796 atgep->atge_first_collisions += smb->tx_single_colls;
807 atgep->atge_collisions += smb->tx_single_colls +
H A Datge_l1e_reg.h305 uint32_t tx_single_colls; member in struct:smb
H A Datge_l1c_reg.h125 uint32_t tx_single_colls; member in struct:l1c_smb
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2115 uint32_t tx_single_colls; member in struct:yge_hw_stats
H A Dyge.c2909 stats->tx_single_colls += YGE_READ_MIB32(pnum, GM_TXF_SNG_COL);
3011 *val = stats->tx_single_colls;

Completed in 116 milliseconds