Searched refs:tx_mcast_frames (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_vsc7323.c312 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
344 RMON_UPDATE(mac, tx_mcast_frames, stats0[28 - STATS0_START]);
362 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames +
H A Dcxgb_common.h186 u64 tx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c672 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST);
/netbsd-current/sys/dev/pci/
H A Dif_agereg.h514 uint32_t tx_mcast_frames; member in struct:smb
780 uint64_t tx_mcast_frames; member in struct:age_stats
H A Dif_alereg.h586 uint32_t tx_mcast_frames; member in struct:smb
874 uint32_t tx_mcast_frames; member in struct:ale_hw_stats
H A Dif_alcreg.h1134 uint32_t tx_mcast_frames; member in struct:smb
1407 uint32_t tx_mcast_frames; member in struct:alc_hw_stats
H A Dif_ale.c1228 stat->tx_mcast_frames += smb->tx_mcast_frames;
H A Dif_age.c2031 stat->tx_mcast_frames += smb->tx_mcast_frames;
H A Dif_alc.c2264 stat->tx_mcast_frames += smb->tx_mcast_frames;

Completed in 222 milliseconds