Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c1008 * @param reset_stats resets statistics of set
1061 * @param reset_stats resets statistics of set
1066 uint32_t reset_stats) in oce_mbox_get_pport_stats() argument
1083 fwcmd->params.req.reset_stats = reset_stats; in oce_mbox_get_pport_stats()
1114 * @param reset_stats resets statistics of set
1119 uint32_t req_size, uint32_t reset_stats) in oce_mbox_get_vport_stats() argument
1137 fwcmd->params.req.reset_stats = reset_stats; in oce_mbox_get_vport_stats()
H A Doce_hw.h3283 uint32_t reset_stats:8; member
3289 uint32_t reset_stats:8;
3346 uint32_t reset_stats:8; member
3352 uint32_t reset_stats:8;
3387 uint32_t reset_stats:8; member
3393 uint32_t reset_stats:8;
H A Doce_if.h1031 uint32_t reset_stats);
1033 uint32_t req_size, uint32_t reset_stats);
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.c2084 if (!p_dev->reset_stats) in ecore_get_vport_stats()
2089 ((u64 *)stats)[i] -= ((u64 *)p_dev->reset_stats)[i]; in ecore_get_vport_stats()
2131 if (!p_dev->reset_stats) in ecore_reset_vport_stats()
2134 _ecore_get_vport_stats(p_dev, p_dev->reset_stats); in ecore_reset_vport_stats()
2135 p_dev->reset_stats->common.link_change_count = 0; in ecore_reset_vport_stats()
H A Decore.h941 struct ecore_eth_stats *reset_stats; member
H A Decore_dev.c1754 OSAL_FREE(p_dev, p_dev->reset_stats); in ecore_resc_free()
1755 p_dev->reset_stats = OSAL_NULL; in ecore_resc_free()
2632 p_dev->reset_stats = OSAL_ZALLOC(p_dev, GFP_KERNEL, in ecore_resc_alloc()
2633 sizeof(*p_dev->reset_stats)); in ecore_resc_alloc()
2634 if (!p_dev->reset_stats) { in ecore_resc_alloc()
H A Discsi_common.h1661 u8 reset_stats /* Indicates whether to reset the connection statistics. */; member
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c92 static void reset_stats (sockaddr_u *, endpt *, struct req_pkt *);
152 { REQ_RESET_STATS, AUTH, sizeof(struct reset_flags), 0, reset_stats },
1923 * reset_stats - reset statistic counters here and there in reset_stats()
1926 reset_stats( in reset_stats()
1937 msyslog(LOG_ERR, "reset_stats: err_nitems > 1"); in reset_stats()
1946 msyslog(LOG_ERR, "reset_stats: reset leaves %#lx", in reset_stats()
1917 reset_stats( reset_stats() function