Lines Matching refs:stat

414 mac_rx_ring_stat_get(void *handle, uint_t stat)  in mac_rx_ring_stat_get()  argument
427 ring->mr_stat(ring->mr_driver, stat, &val); in mac_rx_ring_stat_get()
455 mac_tx_ring_stat_get(void *handle, uint_t stat) in mac_tx_ring_stat_get() argument
468 ring->mr_stat(ring->mr_driver, stat, &val); in mac_tx_ring_stat_get()
496 i_mac_tx_swlane_stat_get(void *handle, uint_t stat) in i_mac_tx_swlane_stat_get() argument
501 switch (stat) { in i_mac_tx_swlane_stat_get()
549 i_mac_rx_swlane_stat_get(void *handle, uint_t stat) in i_mac_rx_swlane_stat_get() argument
554 switch (stat) { in i_mac_rx_swlane_stat_get()
608 i_mac_rx_hwlane_stat_get(void *handle, uint_t stat) in i_mac_rx_hwlane_stat_get() argument
613 switch (stat) { in i_mac_rx_hwlane_stat_get()
680 i_mac_misc_stat_get(void *handle, uint_t stat) in i_mac_misc_stat_get() argument
691 switch (stat) { in i_mac_misc_stat_get()
819 i_mac_tx_hwlane_stat_get(void *handle, uint_t stat) in i_mac_tx_hwlane_stat_get() argument
824 switch (stat) { in i_mac_tx_hwlane_stat_get()
872 i_mac_rx_fanout_stat_get(void *handle, uint_t stat) in i_mac_rx_fanout_stat_get() argument
892 switch (stat) { in i_mac_rx_fanout_stat_get()
988 mac_driver_stat_default(mac_impl_t *mip, uint_t stat) in mac_driver_stat_default() argument
992 if (IS_MAC_STAT(stat)) { in mac_driver_stat_default()
993 stat_index = stat - MAC_STAT_MIN; in mac_driver_stat_default()
997 ASSERT(IS_MACTYPE_STAT(stat)); in mac_driver_stat_default()
998 stat_index = stat - MACTYPE_STAT_MIN; in mac_driver_stat_default()