Home
last modified time | relevance | path

Searched defs:dmae (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c105 struct dmae_command *dmae = &sc->stats_dmae; in bnx2x_hw_stats_post() local
175 struct dmae_command *dmae; in bnx2x_stats_pmf_update() local
233 struct dmae_command *dmae; in bnx2x_port_stats_init() local
461 struct dmae_command *dmae = &sc->stats_dmae; in bnx2x_func_stats_init() local
1178 struct dmae_command *dmae; in bnx2x_port_stats_stop() local
1301 struct dmae_command *dmae; in bnx2x_port_stats_base_init() local
H A Dbnx2x.c293 void bnx2x_post_dmae(struct bnx2x_softc *sc, struct dmae_command *dmae, int idx) in bnx2x_post_dmae()
349 bnx2x_prep_dmae_with_comp(struct bnx2x_softc *sc, struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp()
366 bnx2x_issue_dmae_with_comp(struct bnx2x_softc *sc, struct dmae_command *dmae) in bnx2x_issue_dmae_with_comp()
402 struct dmae_command dmae; in bnx2x_read_dmae() local
437 struct dmae_command dmae; in bnx2x_write_dmae() local
H A Dbnx2x.h630 struct dmae_command dmae[MAX_DMAE_C]; member