Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_vsc7323.c312 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames - in t3_vsc7323_update_stats()
341 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]); in t3_vsc7323_update_stats()
342 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]); in t3_vsc7323_update_stats()
343 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]); in t3_vsc7323_update_stats()
362 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames + in t3_vsc7323_update_stats()
H A Dcxgb_xgmac.c488 mac->tx_mcnt = s->tx_frames; in t3_mac_enable()
543 unsigned int tx_mcnt = (unsigned int)s->tx_frames; in t3b2_mac_watchdog_task()
551 tx_mcnt = (unsigned int)s->tx_frames; in t3b2_mac_watchdog_task()
607 mac->tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
671 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH); in t3_mac_update_stats()
H A Dcxgb_common.h185 u64 tx_frames; /* all good frames */ member
/netbsd-src/sys/dev/pci/
H A Dif_vtevar.h115 uint32_t tx_frames;
H A Dif_alereg.h584 uint32_t tx_frames; member
872 uint32_t tx_frames; member
H A Dif_agereg.h512 uint32_t tx_frames; member
778 uint64_t tx_frames; member
H A Dif_ale.c1170 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
1194 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
1226 stat->tx_frames += smb->tx_frames; in ale_stats_update()
1256 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames); in ale_stats_update()
H A Dif_alcreg.h1132 uint32_t tx_frames; member
1405 uint32_t tx_frames; member
H A Dif_alc.c2194 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear()
2228 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update()
2262 stat->tx_frames += smb->tx_frames; in alc_stats_update()
2291 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames); in alc_stats_update()
H A Dif_age.c2029 stat->tx_frames += smb->tx_frames; in age_stats_update()
2058 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames); in age_stats_update()