Searched refs:stats_cxt (Results 1 – 1 of 1) sorted by relevance
29 u32 stats_cxt; member34 .key_offset = offsetof(struct nfp_fl_stats_ctx_to_flow, stats_cxt),302 u32 stats_cxt; in nfp_compile_flow_metadata() local305 err = nfp_get_stats_entry(app, &stats_cxt); in nfp_compile_flow_metadata()311 nfp_flow->meta.host_ctx_id = cpu_to_be32(stats_cxt); in nfp_compile_flow_metadata()321 ctx_entry->stats_cxt = stats_cxt; in nfp_compile_flow_metadata()335 if (nfp_release_stats_entry(app, stats_cxt)) { in nfp_compile_flow_metadata()349 priv->stats[stats_cxt].pkts = 0; in nfp_compile_flow_metadata()350 priv->stats[stats_cxt].bytes = 0; in nfp_compile_flow_metadata()351 priv->stats[stats_cxt].used = jiffies; in nfp_compile_flow_metadata()[all …]