Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c2031 if (!p_dev->reset_stats) in ecore_get_vport_stats()
2036 ((u64 *)stats)[i] -= ((u64 *)p_dev->reset_stats)[i]; in ecore_get_vport_stats()
2077 if (!p_dev->reset_stats) in ecore_reset_vport_stats()
2080 _ecore_get_vport_stats(p_dev, p_dev->reset_stats); in ecore_reset_vport_stats()
H A Decore.h824 struct ecore_eth_stats *reset_stats; member
H A Decore_dev.c193 OSAL_FREE(p_dev, p_dev->reset_stats); in ecore_resc_free()
194 p_dev->reset_stats = OSAL_NULL; in ecore_resc_free()
1051 p_dev->reset_stats = OSAL_ZALLOC(p_dev, GFP_KERNEL, in ecore_resc_alloc()
1052 sizeof(*p_dev->reset_stats)); in ecore_resc_alloc()
1053 if (!p_dev->reset_stats) { in ecore_resc_alloc()