Home
last modified time | relevance | path

Searched refs:comp_val (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c186 dmae->comp_val = 1; in bnx2x_hw_stats_post()
244 dmae->comp_val = 1; 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()
453 dmae->comp_val = 1; in bnx2x_port_stats_init()
[all …]
H A Dbnx2x_main.c418 dmae->comp_val); in bnx2x_dp_dmae()
426 dmae->comp_val); in bnx2x_dp_dmae()
436 dmae->comp_val); in bnx2x_dp_dmae()
444 dmae->comp_val); in bnx2x_dp_dmae()
453 dmae->comp_val); in bnx2x_dp_dmae()
460 dmae->comp_val); in bnx2x_dp_dmae()
531 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_prep_dmae_with_comp()
H A Dbnx2x_hsi.h3128 u32 comp_val; member
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c2297 long base_val = 0, comp_val = 0, diff_val = 0; in output_comp_stats() local
2300 prepare_value(comp, id, &comp_str, &comp_val); in output_comp_stats()
2326 snprintf(comp_buf, sizeof(comp_buf), "%ld", comp_val); in output_comp_stats()
2330 diff_val = comp_val - base_val; in output_comp_stats()
2335 if (comp_val == base_val) in output_comp_stats()
2338 p = comp_val < base_val ? -100.0 : 100.0; in output_comp_stats()
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c720 cmd->comp_val = cpu_to_le32(DMAE_COMPLETION_VAL); in qed_dmae_execute_command()
H A Dqed_hsi.h1542 __le32 comp_val; member
/linux-6.15/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c6905 u32 comp_val, commit_mask, *polling_addr, timeout, status = 0; in gaudi2_send_job_to_kdma() local
6918 comp_val = FIELD_PREP(DCORE0_SYNC_MNGR_OBJS_SOB_OBJ_INC_MASK, 1) | in gaudi2_send_job_to_kdma()
6927 WREG32(mmARC_FARM_KDMA_CTX_WR_COMP_WDATA, comp_val); in gaudi2_send_job_to_kdma()
10311 u32 chunk_size, dcore, edma_idx, sob_offset, sob_addr, comp_val, in gaudi2_memset_device_memory() local
10326 comp_val = FIELD_PREP(DCORE0_SYNC_MNGR_OBJS_SOB_OBJ_INC_MASK, 1) | in gaudi2_memset_device_memory()
10372 comp_val); in gaudi2_memset_device_memory()