Searched refs:dmae_command (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 152 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_hw_stats_post() 171 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_hw_stats_post() 176 sizeof(struct dmae_command) * in bnx2x_hw_stats_post() 179 dmae->len = sizeof(struct dmae_command) >> 2; in bnx2x_hw_stats_post() 218 struct dmae_command *dmae; in bnx2x_stats_pmf_update() 265 struct dmae_command *dmae; in bnx2x_port_stats_init() 487 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_func_stats_init() 497 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_func_stats_init() 1262 struct dmae_command *dmae; in bnx2x_port_stats_stop() 1400 struct dmae_command *dmae; in bnx2x_port_stats_base_init()
|
D | bnx2x.h | 1256 struct dmae_command dmae[MAX_DMAE_C]; 1780 struct dmae_command stats_dmae; 2105 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx); 2111 void bnx2x_prep_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, 2113 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae,
|
D | bnx2x_main.c | 386 struct dmae_command *dmae, int msglvl) in bnx2x_dp_dmae() 446 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) in bnx2x_dp_dmae() 452 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae() 457 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 458 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) { in bnx2x_post_dmae() 501 struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp() 504 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_prep_dmae_with_comp() 517 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, in bnx2x_issue_dmae_with_comp() 568 struct dmae_command dmae; in bnx2x_write_dmae() 603 struct dmae_command dmae; in bnx2x_read_dmae()
|
D | bnx2x_vfpf.c | 998 struct dmae_command dmae; in bnx2x_copy32_vf_dmae()
|
D | bnx2x_hsi.h | 2931 struct dmae_command { struct
|