Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c110 *stats_comp = DMAE_COMP_VAL; in bnx2x_hw_stats_post()
155 while (*stats_comp != DMAE_COMP_VAL) { in bnx2x_stats_comp()
223 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_stats_pmf_update()
453 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_init()
482 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_func_stats_init()
1150 if (*stats_comp != DMAE_COMP_VAL) { in bnx2x_stats_update()
1208 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1224 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_stop()
1322 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_port_stats_base_init()
H A Dbnx2x.h1658 #define DMAE_COMP_VAL 0x60d0d0ae /* E2 and beyond, upper bit indicates error */ macro
H A Dbnx2x.c361 dmae->comp_val = DMAE_COMP_VAL; in bnx2x_prep_dmae_with_comp()
380 while ((*wb_comp & ~DMAE_PCI_ERR_FLAG) != DMAE_COMP_VAL) { in bnx2x_issue_dmae_with_comp()