Searched refs:dmae_command (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_stats.c | 105 struct dmae_command *dmae = &sc->stats_dmae; in bnx2x_hw_stats_post() 128 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_hw_stats_post() 133 sizeof(struct dmae_command) * in bnx2x_hw_stats_post() 136 dmae->len = sizeof(struct dmae_command) >> 2; in bnx2x_hw_stats_post() 175 struct dmae_command *dmae; in bnx2x_stats_pmf_update() 233 struct dmae_command *dmae; in bnx2x_port_stats_init() 461 struct dmae_command *dmae = &sc->stats_dmae; in bnx2x_func_stats_init() 471 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_func_stats_init() 1178 struct dmae_command *dmae; in bnx2x_port_stats_stop() 1301 struct dmae_command *dmae; in bnx2x_port_stats_base_init()
|
| H A D | bnx2x.h | 630 struct dmae_command dmae[MAX_DMAE_C]; 1349 struct dmae_command stats_dmae; /* used by dmae command loader */ 1829 void bnx2x_post_dmae(struct bnx2x_softc *sc, struct dmae_command *dmae, int idx);
|
| H A D | bnx2x.c | 293 void bnx2x_post_dmae(struct bnx2x_softc *sc, struct dmae_command *dmae, int idx) in bnx2x_post_dmae() 298 cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_command) * idx)); in bnx2x_post_dmae() 299 for (i = 0; i < ((sizeof(struct dmae_command) / 4)); i++) { in bnx2x_post_dmae() 349 bnx2x_prep_dmae_with_comp(struct bnx2x_softc *sc, struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp() 352 memset(dmae, 0, sizeof(struct dmae_command)); 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() 437 struct dmae_command dmae; in bnx2x_write_dmae()
|
| H A D | ecore_hsi.h | 3634 struct dmae_command { struct
|