HomeSort by: relevance | last modified time | path
    Searched refs:tx_mcast_frames (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_vsc7323.c 312 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 +
cxgb_common.h 186 u64 tx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
cxgb_xgmac.c 672 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST);
  /src/sys/dev/pci/
if_agereg.h 514 uint32_t tx_mcast_frames; member in struct:smb
780 uint64_t tx_mcast_frames; member in struct:age_stats
if_alereg.h 586 uint32_t tx_mcast_frames; member in struct:smb
874 uint32_t tx_mcast_frames; member in struct:ale_hw_stats
if_alcreg.h 1134 uint32_t tx_mcast_frames; member in struct:smb
1407 uint32_t tx_mcast_frames; member in struct:alc_hw_stats
if_age.c 2031 stat->tx_mcast_frames += smb->tx_mcast_frames;
if_ale.c 1228 stat->tx_mcast_frames += smb->tx_mcast_frames;
if_alc.c 2264 stat->tx_mcast_frames += smb->tx_mcast_frames;

Completed in 22 milliseconds