Home
last modified time | relevance | path

Searched refs:s_ring_total_rbytes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c894 val = (tcp_ringp->s_ring_total_rbytes) + in i_mac_rx_fanout_stat_get()
895 (udp_ringp->s_ring_total_rbytes) + in i_mac_rx_fanout_stat_get()
896 (oth_ringp->s_ring_total_rbytes); in i_mac_rx_fanout_stat_get()
H A Dmac_sched.c4676 ringp->s_ring_total_rbytes += sz; in mac_rx_soft_ring_process()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h111 uint32_t s_ring_total_rbytes; member