Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c186 *stats_comp = DMAE_COMP_VAL; in bnx2x_hw_stats_post()
227 while (*stats_comp != DMAE_COMP_VAL) { in bnx2x_stats_comp()
281 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_stats_pmf_update()
490 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_init()
518 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_func_stats_init()
1072 if (*stats_comp != DMAE_COMP_VAL) in bnx2x_stats_update()
1166 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1184 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1278 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_base_init()
1335 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_func_stats_base_update()
Dbnx2x.h1595 #define DMAE_COMP_VAL 0x60d0d0ae /* E2 and on - upper bit macro
Dbnx2x_main.c566 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_prep_dmae_with_comp()
592 while ((*wb_comp & ~DMAE_PCI_ERR_FLAG) != DMAE_COMP_VAL) { in bnx2x_issue_dmae_with_comp()