Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c100 *stats_comp = DMAE_COMP_VAL; in bnx2x_hw_stats_post()
143 while (*stats_comp != DMAE_COMP_VAL) { in bnx2x_stats_comp()
198 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_stats_pmf_update()
422 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_init()
450 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_func_stats_init()
1134 if (*stats_comp != DMAE_COMP_VAL) in bnx2x_stats_update()
1195 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1213 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1305 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_base_init()
Dbnx2x.h1869 #define DMAE_COMP_VAL 0x60d0d0ae /* E2 and on - upper bit macro
Dbnx2x_main.c436 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_prep_dmae_with_comp()
462 while ((*wb_comp & ~DMAE_PCI_ERR_FLAG) != DMAE_COMP_VAL) { in bnx2x_issue_dmae_with_comp()