Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c508 stat->tx_late_colls += smb->tx_late_colls; in atge_l1_gather_stats()
530 atgep->atge_tx_late_collisions += smb->tx_late_colls; in atge_l1_gather_stats()
539 smb->tx_multi_colls * 2 + smb->tx_late_colls; in atge_l1_gather_stats()
545 atgep->atge_macxmt_errors += smb->tx_late_colls + smb->tx_underrun; in atge_l1_gather_stats()
H A Datge_l1c.c615 stat->tx_late_colls += smb->tx_late_colls; in atge_l1c_gather_stats()
637 atgep->atge_tx_late_collisions += smb->tx_late_colls; in atge_l1c_gather_stats()
646 smb->tx_multi_colls * 2 + smb->tx_late_colls; in atge_l1c_gather_stats()
652 atgep->atge_macxmt_errors += smb->tx_late_colls + smb->tx_underrun; in atge_l1c_gather_stats()
H A Datge_l1e.c774 stat->tx_late_colls += smb->tx_late_colls; in atge_l1e_gather_stats()
798 atgep->atge_tx_late_collisions += smb->tx_late_colls; in atge_l1e_gather_stats()
808 smb->tx_multi_colls * 2 + smb->tx_late_colls + in atge_l1e_gather_stats()
815 atgep->atge_macxmt_errors += smb->tx_abort + smb->tx_late_colls + in atge_l1e_gather_stats()
H A Datge_l1_reg.h100 uint32_t tx_late_colls; member
H A Datge_l1e_reg.h307 uint32_t tx_late_colls; member
H A Datge_l1c_reg.h127 uint32_t tx_late_colls; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c211 u32 tx_late_colls; member
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2112 uint32_t tx_late_colls; member
H A Dyge.c2906 stats->tx_late_colls += YGE_READ_MIB32(pnum, GM_TXF_LAT_COL); in yge_stats_update()
3019 *val = stats->tx_late_colls; in yge_m_stat()