Home
last modified time | relevance | path

Searched refs:dmae_command (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c97 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_hw_stats_post()
111 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_hw_stats_post()
116 sizeof(struct dmae_command) * in bnx2x_hw_stats_post()
119 dmae->len = sizeof(struct dmae_command) >> 2; in bnx2x_hw_stats_post()
160 struct dmae_command *dmae; in bnx2x_stats_pmf_update()
207 struct dmae_command *dmae; in bnx2x_port_stats_init()
429 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_func_stats_init()
439 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_func_stats_init()
1162 struct dmae_command *dmae; in bnx2x_port_stats_stop()
1284 struct dmae_command *dmae; in bnx2x_port_stats_base_init()
Dbnx2x.h1042 struct dmae_command dmae[MAX_DMAE_C];
1472 struct dmae_command stats_dmae;
1733 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx);
Dbnx2x_main.c312 static void bnx2x_dp_dmae(struct bnx2x *bp, struct dmae_command *dmae, in bnx2x_dp_dmae()
375 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae()
380 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae()
381 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) { in bnx2x_post_dmae()
424 struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp()
427 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_prep_dmae_with_comp()
441 struct dmae_command *dmae) in bnx2x_issue_dmae_with_comp()
487 struct dmae_command dmae; in bnx2x_write_dmae()
517 struct dmae_command dmae; in bnx2x_read_dmae()
Dbnx2x_hsi.h2730 struct dmae_command { struct