Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_agereg.h | 536 uint32_t tx_mcast_bytes; member in struct:smb 802 uint64_t tx_mcast_bytes; member in struct:age_stats |
if_alereg.h | 609 uint32_t tx_mcast_bytes; member in struct:smb 897 uint64_t tx_mcast_bytes; 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++) { 1251 stat->tx_mcast_bytes += smb->tx_mcast_bytes; |
if_alcreg.h | 1156 uint32_t tx_mcast_bytes; member in struct:smb 1429 uint64_t tx_mcast_bytes; 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; 2286 stat->tx_mcast_bytes += smb->tx_mcast_bytes; |
if_age.c | 2053 stat->tx_mcast_bytes += smb->tx_mcast_bytes; |
/src/sys/dev/ic/ | |
bwfmreg.h | 492 uint64_t tx_mcast_bytes; /* # data bytes txed (mcast) */ member in struct:bwfm_sta_info |