Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_alereg.h582 uint32_t tx_frames; member
869 uint32_t tx_frames; member
H A Dif_agereg.h521 uint32_t tx_frames; member
787 uint64_t tx_frames; member
H A Dif_vtereg.h418 uint32_t tx_frames; member
H A Dif_alcreg.h1121 uint32_t tx_frames; member
1393 uint32_t tx_frames; member
H A Dif_ale.c1140 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
1164 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
1196 stat->tx_frames += smb->tx_frames; in ale_stats_update()
H A Dif_alc.c2078 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear()
2112 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update()
2146 stat->tx_frames += smb->tx_frames; in alc_stats_update()
H A Dif_age.c1907 stat->tx_frames += smb->tx_frames; in age_stats_update()
H A Dif_vte.c826 stat->tx_frames += CSR_READ_2(sc, VTE_CNT_TX_DONE); in vte_stats_update()