Searched refs:stats_idx (Results 1 – 6 of 6) sorted by relevance
161 int stats_idx, stats_region_len, nic_stats_len; in gve_get_ethtool_stats() local 305 for (stats_idx = rx_base_stats_idx; stats_idx < max_rx_stats_idx; in gve_get_ethtool_stats() 306 stats_idx += NIC_RX_STATS_REPORT_NUM) { in gve_get_ethtool_stats() 307 u32 stat_name = be32_to_cpu(report_stats[stats_idx].stat_name); in gve_get_ethtool_stats() 308 u32 queue_id = be32_to_cpu(report_stats[stats_idx].queue_id); in gve_get_ethtool_stats() 319 rx_qid_to_stats_idx[queue_id] = stats_idx; in gve_get_ethtool_stats() 357 stats_idx = rx_qid_to_stats_idx[ring]; in gve_get_ethtool_stats() 358 if (skip_nic_stats || stats_idx < 0) { in gve_get_ethtool_stats() 364 be64_to_cpu(report_stats[stats_idx in gve_get_ethtool_stats() [all...]
431 #define stats_idx timeout.base_h macro
797 u16 stats_idx; /* index of VEB parent */ member
647 veb->idx, veb->stats_idx, veb->seid, veb->uplink_seid, in i40e_dbg_dump_veb_seid()
797 idx = veb->stats_idx; in i40e_update_veb_stats() 14735 &veb->stats_idx, NULL, NULL, NULL); in i40e_add_veb()
1797 stats_info->stats_idx = cqp_request->compl_info.op_ret_val; in irdma_cqp_stats_inst_cmd()