Searched refs:stats_idx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 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 + j].value); in gve_get_ethtool_stats() 387 for (stats_idx = max_rx_stats_idx; stats_idx < max_tx_stats_idx; in gve_get_ethtool_stats() [all …]
|
| H A D | gve_main.c | 2292 int idx, stats_idx = 0; in gve_handle_report_stats() local 2316 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2321 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2326 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2331 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2336 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2341 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2351 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats() 2356 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_type.h | 431 #define stats_idx timeout.base_h macro
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e.h | 797 u16 stats_idx; /* index of VEB parent */ member
|
| H A D | i40e_debugfs.c | 647 veb->idx, veb->stats_idx, veb->seid, veb->uplink_seid, in i40e_dbg_dump_veb_seid()
|
| H A D | i40e_main.c | 797 idx = veb->stats_idx; in i40e_update_veb_stats() 14729 &veb->stats_idx, NULL, NULL, NULL); in i40e_add_veb()
|