Searched refs:tx_frames (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_vsc7323.c | 312 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 D | cxgb_xgmac.c | 488 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 D | cxgb_common.h | 185 u64 tx_frames; /* all good frames */ member
|
/netbsd-src/sys/dev/pci/ |
H A D | if_vtevar.h | 115 uint32_t tx_frames;
|
H A D | if_alereg.h | 584 uint32_t tx_frames; member 872 uint32_t tx_frames; member
|
H A D | if_agereg.h | 512 uint32_t tx_frames; member 778 uint64_t tx_frames; member
|
H A D | if_ale.c | 1170 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 D | if_alcreg.h | 1132 uint32_t tx_frames; member 1405 uint32_t tx_frames; member
|
H A D | if_alc.c | 2194 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 D | if_age.c | 2029 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()
|