Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c157 *stats_comp = DMAE_COMP_VAL; in bnx2x_hw_stats_post()
203 while (*stats_comp != DMAE_COMP_VAL) { in bnx2x_stats_comp()
258 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_stats_pmf_update()
482 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_init()
510 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_func_stats_init()
1225 if (*stats_comp != DMAE_COMP_VAL) in bnx2x_stats_update()
1298 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1316 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1424 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_base_init()
H A Dbnx2x.h2197 #define DMAE_COMP_VAL 0x60d0d0ae /* E2 and on - upper bit macro
H A Dbnx2x_main.c531 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_prep_dmae_with_comp()
558 while ((*comp & ~DMAE_PCI_ERR_FLAG) != DMAE_COMP_VAL) { in bnx2x_issue_dmae_with_comp()