Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_stat.c257 {RX_SRS_STAT_OFF(mrs_intrbytes)},
559 return (mac_rx_stat->mrs_intrbytes + in i_mac_rx_swlane_stat_get()
572 return (mac_rx_stat->mrs_intrbytes); in i_mac_rx_swlane_stat_get()
618 return (mac_rx_stat->mrs_intrbytes + in i_mac_rx_hwlane_stat_get()
625 return (mac_rx_stat->mrs_intrbytes); in i_mac_rx_hwlane_stat_get()
738 return (mac_rx_stat->mrs_intrbytes + in i_mac_misc_stat_get()
751 return (mac_rx_stat->mrs_intrbytes); in i_mac_misc_stat_get()
H A Dmac_flow.c120 flow_stats.fs_ibytes += mac_rx_stat->mrs_intrbytes + in flow_stat_update()
H A Dmac_client.c680 val += mac_rx_stat->mrs_intrbytes + in mac_client_stat_get()
684 val += old_rx_stat->mrs_intrbytes + old_rx_stat->mrs_pollbytes + in mac_client_stat_get()
H A Dmac.c5346 nstat->ns_ibytes += mac_rx_stat->mrs_intrbytes + in mac_write_flow_stats()
5433 nstat->ns_ibytes += mac_rx_stat->mrs_intrbytes + in mac_write_link_stats()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_stat.h48 uint64_t mrs_intrbytes; member
/titanic_50/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c347 totibytes += mac_rx_stat.mrs_intrbytes + in mac_flow_dcmd_output()