Home
last modified time | relevance | path

Searched refs:DMAE_COMP_VAL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c159 *stats_comp = DMAE_COMP_VAL; in bnx2x_hw_stats_post()
205 while (*stats_comp != DMAE_COMP_VAL) { in bnx2x_stats_comp()
260 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_stats_pmf_update()
484 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_init()
512 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_func_stats_init()
1227 if (*stats_comp != DMAE_COMP_VAL) in bnx2x_stats_update()
1300 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1318 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1426 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_base_init()
Dbnx2x.h2196 #define DMAE_COMP_VAL 0x60d0d0ae /* E2 and on - upper bit macro
Dbnx2x_main.c532 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_prep_dmae_with_comp()
559 while ((*comp & ~DMAE_PCI_ERR_FLAG) != DMAE_COMP_VAL) { in bnx2x_issue_dmae_with_comp()