Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_ethtool.c148 int stats_idx, base_stats_idx, max_stats_idx; in gve_get_ethtool_stats() local
240 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
241 stats_idx += NIC_RX_STATS_REPORT_NUM) { in gve_get_ethtool_stats()
242 u32 stat_name = be32_to_cpu(report_stats[stats_idx].stat_name); in gve_get_ethtool_stats()
243 u32 queue_id = be32_to_cpu(report_stats[stats_idx].queue_id); in gve_get_ethtool_stats()
250 rx_qid_to_stats_idx[queue_id] = stats_idx; in gve_get_ethtool_stats()
303 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
304 stats_idx += NIC_TX_STATS_REPORT_NUM) { in gve_get_ethtool_stats()
305 u32 stat_name = be32_to_cpu(report_stats[stats_idx].stat_name); in gve_get_ethtool_stats()
306 u32 queue_id = be32_to_cpu(report_stats[stats_idx].queue_id); in gve_get_ethtool_stats()
[all …]
Dgve_main.c1256 int idx, stats_idx = 0; in gve_handle_report_stats() local
1280 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1285 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1290 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1295 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1300 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1305 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1315 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1320 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
/linux-5.19.10/drivers/infiniband/hw/irdma/
Dpuda.h94 u8 stats_idx; member
144 u8 stats_idx; member
Dpuda.c579 FIELD_PREP(IRDMAQPC_STAT_INDEX, rsrc->stats_idx)); in irdma_puda_qp_setctx()
1064 rsrc->stats_idx = info->stats_idx; in irdma_puda_create_rsrc()
Dtype.h534 u8 stats_idx; member
978 u8 stats_idx; member
Dctrl.c718 FIELD_PREP(IRDMAQPC_STAT_INDEX, info->stats_idx)); in irdma_sc_qp_setctx_roce()
935 FIELD_PREP(IRDMAQPC_STAT_INDEX, info->stats_idx)); in irdma_sc_qp_setctx()
1903 return stats_info.stats_idx; in irdma_get_fcn_id()
1981 stats_info.stats_idx = vsi->fcn_id; in irdma_vsi_stats_free()
2092 FIELD_PREP(IRDMA_CQPSQ_STATS_INST_INDEX, info->stats_idx) | in irdma_sc_manage_stats_inst()
Dutils.c1930 stats_info->stats_idx = cqp_request->compl_info.op_ret_val; in irdma_cqp_stats_inst_cmd()
/linux-5.19.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_type.h431 #define stats_idx timeout.base_h macro
Dfm10k_pf.c1464 if (stats->stats_idx == id) { in fm10k_update_hw_stats_pf()
1484 stats->stats_idx = id; in fm10k_update_hw_stats_pf()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e.h810 u16 stats_idx; /* index of VEB parent */ member
Di40e_debugfs.c706 veb->idx, veb->veb_idx, veb->stats_idx, veb->seid, in i40e_dbg_dump_veb_seid()
Di40e_main.c775 idx = veb->stats_idx; in i40e_update_veb_stats()
14614 &veb->stats_idx, NULL, NULL, NULL); in i40e_add_veb()