Searched refs:dmae_command (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c156 struct dmae_command *dmae = &bp->stats_dmae;
175 memset(dmae, 0, sizeof(struct dmae_command));
180 sizeof(struct dmae_command) *
183 dmae->len = sizeof(struct dmae_command) >> 2;
222 struct dmae_command *dmae;
269 struct dmae_command *dmae;
491 struct dmae_command *dmae = &bp->stats_dmae;
501 memset(dmae, 0, sizeof(struct dmae_command));
1267 struct dmae_command *dmae;
1405 struct dmae_command *dma
[all...]
H A Dbnx2x.h1166 struct dmae_command dmae[MAX_DMAE_C];
1711 struct dmae_command stats_dmae;
2048 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx);
2054 void bnx2x_prep_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae,
2056 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae,
H A Dbnx2x_main.c404 struct dmae_command *dmae, int msglvl)
464 for (i = 0; i < (sizeof(struct dmae_command)/4); i++)
470 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx)
475 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx);
476 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) {
519 struct dmae_command *dmae,
522 memset(dmae, 0, sizeof(struct dmae_command));
535 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae,
586 struct dmae_command dmae;
621 struct dmae_command dma
[all...]
H A Dbnx2x_vfpf.c1081 struct dmae_command dmae;
H A Dbnx2x_hsi.h3057 struct dmae_command { struct

Completed in 205 milliseconds