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

  /src/sys/dev/pci/cxgb/
cxgb_vsc7323.c 312 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
341 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]);
342 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]);
343 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]);
362 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames +
cxgb_xgmac.c 488 mac->tx_mcnt = s->tx_frames;
543 unsigned int tx_mcnt = (unsigned int)s->tx_frames;
551 tx_mcnt = (unsigned int)s->tx_frames;
607 mac->tx_mcnt = s->tx_frames;
671 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH);
cxgb_common.h 185 u64 tx_frames; /* all good frames */ member in struct:mac_stats
  /src/sys/dev/pci/
if_vtevar.h 115 uint32_t tx_frames;
if_agereg.h 512 uint32_t tx_frames; member in struct:smb
778 uint64_t tx_frames; member in struct:age_stats
if_alereg.h 584 uint32_t tx_frames; member in struct:smb
872 uint32_t tx_frames; member in struct:ale_hw_stats
if_ale.c 1170 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
1194 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
1226 stat->tx_frames += smb->tx_frames;
1256 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);
if_alcreg.h 1132 uint32_t tx_frames; member in struct:smb
1405 uint32_t tx_frames; member in struct:alc_hw_stats
if_alc.c 2194 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes;
2228 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes;
2262 stat->tx_frames += smb->tx_frames;
2291 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);
if_age.c 2029 stat->tx_frames += smb->tx_frames;
2058 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);

Completed in 299 milliseconds