Searched refs:dmae_command (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_stats.c | 183 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_hw_stats_post() 197 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_hw_stats_post() 202 sizeof(struct dmae_command) * in bnx2x_hw_stats_post() 205 dmae->len = sizeof(struct dmae_command) >> 2; in bnx2x_hw_stats_post() 244 struct dmae_command *dmae; in bnx2x_stats_pmf_update() 290 struct dmae_command *dmae; in bnx2x_port_stats_init() 497 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_func_stats_init() 507 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_func_stats_init() 1134 struct dmae_command *dmae; in bnx2x_port_stats_stop() 1257 struct dmae_command *dmae; in bnx2x_port_stats_base_init() [all …]
|
D | bnx2x.h | 824 struct dmae_command dmae[MAX_DMAE_C]; 1158 struct dmae_command stats_dmae; 1449 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx);
|
D | bnx2x_main.c | 430 static void bnx2x_dp_dmae(struct bnx2x *bp, struct dmae_command *dmae, in bnx2x_dp_dmae() 502 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae() 507 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 508 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) { in bnx2x_post_dmae() 554 struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp() 557 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_prep_dmae_with_comp() 571 struct dmae_command *dmae) in bnx2x_issue_dmae_with_comp() 620 struct dmae_command dmae; in bnx2x_write_dmae() 649 struct dmae_command dmae; in bnx2x_read_dmae()
|
D | bnx2x_hsi.h | 2201 struct dmae_command { struct
|