Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c272 struct rpu_host_stats *host_stats = NULL; in nrf_wifi_if_rx_frm() local
275 host_stats = &sys_dev_ctx->host_stats; in nrf_wifi_if_rx_frm()
276 host_stats->total_rx_pkts++; in nrf_wifi_if_rx_frm()
281 host_stats->total_rx_drop_pkts++; in nrf_wifi_if_rx_frm()
289 host_stats->total_rx_drop_pkts++; in nrf_wifi_if_rx_frm()
359 struct rpu_host_stats *host_stats = NULL; in nrf_wifi_if_send() local
386 host_stats = &sys_dev_ctx->host_stats; in nrf_wifi_if_send()
390 host_stats->total_tx_drop_pkts++; in nrf_wifi_if_send()
418 host_stats->total_tx_drop_pkts++; in nrf_wifi_if_send()
1280 memset(&sys_dev_ctx->host_stats, 0, sizeof(struct rpu_host_stats)); in nrf_wifi_stats_reset()