Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
A Dgve_ethtool.c146 int stats_idx, base_stats_idx, max_stats_idx; in gve_get_ethtool_stats() local
239 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
240 stats_idx += NIC_RX_STATS_REPORT_NUM) { in gve_get_ethtool_stats()
241 u32 stat_name = be32_to_cpu(report_stats[stats_idx].stat_name); in gve_get_ethtool_stats()
242 u32 queue_id = be32_to_cpu(report_stats[stats_idx].queue_id); in gve_get_ethtool_stats()
249 rx_qid_to_stats_idx[queue_id] = stats_idx; in gve_get_ethtool_stats()
301 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
302 stats_idx += NIC_TX_STATS_REPORT_NUM) { in gve_get_ethtool_stats()
303 u32 stat_name = be32_to_cpu(report_stats[stats_idx].stat_name); in gve_get_ethtool_stats()
304 u32 queue_id = be32_to_cpu(report_stats[stats_idx].queue_id); in gve_get_ethtool_stats()
[all …]
A Dgve_main.c1247 int idx, stats_idx = 0; in gve_handle_report_stats() local
1271 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1276 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1281 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1286 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1291 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1296 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1306 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
1311 stats[stats_idx++] = (struct stats) { in gve_handle_report_stats()
/linux/drivers/infiniband/hw/irdma/
A Dpuda.h94 u8 stats_idx; member
144 u8 stats_idx; member
A Dtype.h535 u8 stats_idx; member
975 u8 stats_idx; member
A Dpuda.c586 FIELD_PREP(IRDMAQPC_STAT_INDEX, rsrc->stats_idx)); in irdma_puda_qp_setctx()
1074 rsrc->stats_idx = info->stats_idx; in irdma_puda_create_rsrc()
A Dctrl.c697 FIELD_PREP(IRDMAQPC_STAT_INDEX, info->stats_idx)); in irdma_sc_qp_setctx_roce()
916 FIELD_PREP(IRDMAQPC_STAT_INDEX, info->stats_idx)); in irdma_sc_qp_setctx()
1899 return stats_info.stats_idx; in irdma_get_fcn_id()
1977 stats_info.stats_idx = vsi->fcn_id; in irdma_vsi_stats_free()
2089 FIELD_PREP(IRDMA_CQPSQ_STATS_INST_INDEX, info->stats_idx) | in irdma_sc_manage_stats_inst()
A Dutils.c1929 stats_info->stats_idx = cqp_request->compl_info.op_ret_val; in irdma_cqp_stats_inst_cmd()
/linux/drivers/net/ethernet/intel/fm10k/
A Dfm10k_type.h431 #define stats_idx timeout.base_h macro
A 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/drivers/net/ethernet/intel/i40e/
A Di40e.h809 u16 stats_idx; /* index of VEB parent */ member
A Di40e_debugfs.c706 veb->idx, veb->veb_idx, veb->stats_idx, veb->seid, in i40e_dbg_dump_veb_seid()
A Di40e_main.c693 idx = veb->stats_idx; in i40e_update_veb_stats()
14484 &veb->stats_idx, NULL, NULL, NULL); in i40e_add_veb()

Completed in 76 milliseconds