Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_debugfs_llstat.c49 wmi_iface_offload_stats *offload_stats; in hdd_debugfs_process_iface_stats() local
152 offload_stats = &iface_stat->offload_stats[i]; in hdd_debugfs_process_iface_stats()
158 offload_stats->type, offload_stats->rx_count, in hdd_debugfs_process_iface_stats()
159 offload_stats->drp_count, in hdd_debugfs_process_iface_stats()
160 offload_stats->fwd_count); in hdd_debugfs_process_iface_stats()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c2871 wmi_iface_offload_stats *offload_stats, *iface_offload_stats; in wma_unified_link_iface_stats_event_handler() local
2909 offload_stats = param_tlvs->iface_offload_stats; in wma_unified_link_iface_stats_event_handler()
2912 (fixed_param->num_offload_stats && !offload_stats)) { in wma_unified_link_iface_stats_event_handler()
3002 iface_offload_stats = &iface_stat->offload_stats[0]; in wma_unified_link_iface_stats_event_handler()
3004 *iface_offload_stats = *offload_stats; in wma_unified_link_iface_stats_event_handler()
3005 offload_stats++; in wma_unified_link_iface_stats_event_handler()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h3139 wmi_iface_offload_stats offload_stats[WMI_OFFLOAD_STATS_TYPE_MAX]; member