Symbol: mac_stat_info_t
usr/src/uts/common/io/dls/dls_stat.c
33
static mac_stat_info_t i_dls_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
105
(sizeof (i_mac_mod_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
114
static mac_stat_info_t i_mac_rx_ring_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
120
(sizeof (i_mac_rx_ring_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
125
static mac_stat_info_t i_mac_tx_ring_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
130
(sizeof (i_mac_tx_ring_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
136
static mac_stat_info_t i_mac_tx_swlane_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
145
(sizeof (i_mac_tx_swlane_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
150
static mac_stat_info_t i_mac_rx_swlane_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
160
(sizeof (i_mac_rx_swlane_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
165
static mac_stat_info_t i_mac_rx_hwlane_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
178
(sizeof (i_mac_rx_hwlane_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
183
static mac_stat_info_t i_mac_misc_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
218
(sizeof (i_mac_misc_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
223
static mac_stat_info_t i_mac_tx_hwlane_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
232
(sizeof (i_mac_tx_hwlane_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
237
static mac_stat_info_t i_mac_rx_fanout_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
242
(sizeof (i_mac_rx_fanout_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
306
mac_stat_info_t *msi;
usr/src/uts/common/io/mac/mac_stat.c
344
i_mac_kstat_init(kstat_named_t *knp, mac_stat_info_t *si, uint_t count)
usr/src/uts/common/io/mac/mac_stat.c
355
mac_stat_info_t *msi, uint_t count)
usr/src/uts/common/io/mac/mac_stat.c
390
mac_stat_info_t *init_stat_info, uint_t count)
usr/src/uts/common/io/mac/mac_stat.c
72
static mac_stat_info_t i_mac_si[] = {
usr/src/uts/common/io/mac/mac_stat.c
96
(sizeof (i_mac_si) / sizeof (mac_stat_info_t))
usr/src/uts/common/io/mac/mac_stat.c
98
static mac_stat_info_t i_mac_mod_si[] = {
usr/src/uts/common/io/mac/plugins/mac_ether.c
46
static mac_stat_info_t ether_stats[] = {
usr/src/uts/common/io/mac/plugins/mac_wifi.c
46
static mac_stat_info_t wifi_stats[] = {
usr/src/uts/common/sys/mac.h
640
mac_stat_info_t *mtr_stats;
usr/src/uts/common/sys/mac_impl.h
150
mac_stat_info_t *mt_stats; /* array of mac_stat_info_t elements */