Searched refs:offload_stats (Results 1 – 3 of 3) sorted by relevance
49 wmi_iface_offload_stats *offload_stats; in hdd_debugfs_process_iface_stats() local152 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()
2871 wmi_iface_offload_stats *offload_stats, *iface_offload_stats; in wma_unified_link_iface_stats_event_handler() local2909 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()
3139 wmi_iface_offload_stats offload_stats[WMI_OFFLOAD_STATS_TYPE_MAX]; member