Home
last modified time | relevance | path

Searched refs:mrs_intrbytes (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c258 {RX_SRS_STAT_OFF(mrs_intrbytes)},
560 return (mac_rx_stat->mrs_intrbytes + in i_mac_rx_swlane_stat_get()
573 return (mac_rx_stat->mrs_intrbytes); in i_mac_rx_swlane_stat_get()
619 return (mac_rx_stat->mrs_intrbytes + in i_mac_rx_hwlane_stat_get()
626 return (mac_rx_stat->mrs_intrbytes); in i_mac_rx_hwlane_stat_get()
739 return (mac_rx_stat->mrs_intrbytes + in i_mac_misc_stat_get()
752 return (mac_rx_stat->mrs_intrbytes); in i_mac_misc_stat_get()
H A Dmac_flow.c121 flow_stats.fs_ibytes += mac_rx_stat->mrs_intrbytes + in flow_stat_update()
H A Dmac_client.c682 val += mac_rx_stat->mrs_intrbytes + in mac_client_stat_get()
686 val += old_rx_stat->mrs_intrbytes + old_rx_stat->mrs_pollbytes + in mac_client_stat_get()
H A Dmac.c5995 nstat->ns_ibytes += mac_rx_stat->mrs_intrbytes + in mac_write_flow_stats()
6082 nstat->ns_ibytes += mac_rx_stat->mrs_intrbytes + in mac_write_link_stats()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_stat.h48 uint64_t mrs_intrbytes; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c348 totibytes += mac_rx_stat.mrs_intrbytes + in mac_flow_dcmd_output()