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;
530 atgep->atge_tx_late_collisions += smb->tx_late_colls;
539 smb->tx_multi_colls * 2 + smb->tx_late_colls;
545 atgep->atge_macxmt_errors += smb->tx_late_colls + smb->tx_underrun;
H A Datge_l1c.c615 stat->tx_late_colls += smb->tx_late_colls;
637 atgep->atge_tx_late_collisions += smb->tx_late_colls;
646 smb->tx_multi_colls * 2 + smb->tx_late_colls;
652 atgep->atge_macxmt_errors += smb->tx_late_colls + smb->tx_underrun;
H A Datge_l1e.c774 stat->tx_late_colls += smb->tx_late_colls;
798 atgep->atge_tx_late_collisions += smb->tx_late_colls;
808 smb->tx_multi_colls * 2 + smb->tx_late_colls +
815 atgep->atge_macxmt_errors += smb->tx_abort + smb->tx_late_colls +
H A Datge_l1_reg.h100 uint32_t tx_late_colls; member in struct:l1_smb
H A Datge_l1e_reg.h307 uint32_t tx_late_colls; member in struct:smb
H A Datge_l1c_reg.h127 uint32_t tx_late_colls; member in struct:l1c_smb
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c211 u32 tx_late_colls; member in struct:speedo_stats
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2112 uint32_t tx_late_colls; member in struct:yge_hw_stats
H A Dyge.c2906 stats->tx_late_colls += YGE_READ_MIB32(pnum, GM_TXF_LAT_COL);
3019 *val = stats->tx_late_colls;

Completed in 143 milliseconds