Home
last modified time | relevance | path

Searched refs:tx_multi_colls (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c507 stat->tx_multi_colls += smb->tx_multi_colls; in atge_l1_gather_stats()
529 atgep->atge_multi_collisions += smb->tx_multi_colls * 2; in atge_l1_gather_stats()
539 smb->tx_multi_colls * 2 + smb->tx_late_colls; in atge_l1_gather_stats()
H A Datge_l1c.c614 stat->tx_multi_colls += smb->tx_multi_colls; in atge_l1c_gather_stats()
636 atgep->atge_multi_collisions += smb->tx_multi_colls * 2; in atge_l1c_gather_stats()
646 smb->tx_multi_colls * 2 + smb->tx_late_colls; in atge_l1c_gather_stats()
H A Datge_l1e.c773 stat->tx_multi_colls += smb->tx_multi_colls; in atge_l1e_gather_stats()
797 atgep->atge_multi_collisions += smb->tx_multi_colls * 2; in atge_l1e_gather_stats()
808 smb->tx_multi_colls * 2 + smb->tx_late_colls + in atge_l1e_gather_stats()
H A Datge_l1_reg.h99 uint32_t tx_multi_colls; member
H A Datge_l1e_reg.h306 uint32_t tx_multi_colls; member
H A Datge_l1c_reg.h126 uint32_t tx_multi_colls; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c216 u32 tx_multi_colls; member
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2114 uint32_t tx_multi_colls; member
H A Dyge.c2908 stats->tx_multi_colls += YGE_READ_MIB32(pnum, GM_TXF_MUL_COL); in yge_stats_update()
3015 *val = stats->tx_multi_colls; in yge_m_stat()