Searched refs:comp_val (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_stats.c | 186 dmae->comp_val = 1; in bnx2x_hw_stats_post() 244 dmae->comp_val = 1; in bnx2x_stats_pmf_update() 258 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_stats_pmf_update() 297 dmae->comp_val = 1; in bnx2x_port_stats_init() 311 dmae->comp_val = 1; in bnx2x_port_stats_init() 333 dmae->comp_val = 1; in bnx2x_port_stats_init() 348 dmae->comp_val = 1; in bnx2x_port_stats_init() 363 dmae->comp_val = 1; in bnx2x_port_stats_init() 422 dmae->comp_val = 1; in bnx2x_port_stats_init() 436 dmae->comp_val = 1; in bnx2x_port_stats_init() [all …]
|
| H A D | bnx2x_hsi.h | 3128 u32 comp_val; member
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 2861 long base_val = 0, comp_val = 0, diff_val = 0; in output_comp_stats() 2864 prepare_value(comp, id, &comp_str, &comp_val); in output_comp_stats() 2890 snprintf(comp_buf, sizeof(comp_buf), "%ld", comp_val); in output_comp_stats() 2894 diff_val = comp_val - base_val; in output_comp_stats() 2899 if (comp_val == base_val) in cmp_stats_key() 2902 p = comp_val < base_val ? -100.0 : 100.0; in cmp_stats_key() 2807 long base_val = 0, comp_val = 0, diff_val = 0; output_comp_stats() local
|