Searched refs:dmae_command (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 156 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_hw_stats_post() 175 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_hw_stats_post() 180 sizeof(struct dmae_command) * in bnx2x_hw_stats_post() 183 dmae->len = sizeof(struct dmae_command) >> 2; in bnx2x_hw_stats_post() 222 struct dmae_command *dmae; in bnx2x_stats_pmf_update() 269 struct dmae_command *dmae; in bnx2x_port_stats_init() 491 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_func_stats_init() 501 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_func_stats_init() 1267 struct dmae_command *dmae; in bnx2x_port_stats_stop() 1405 struct dmae_command *dmae; in bnx2x_port_stats_base_init()
|
D | bnx2x.h | 1166 struct dmae_command dmae[MAX_DMAE_C]; 1710 struct dmae_command stats_dmae; 2047 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx); 2053 void bnx2x_prep_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, 2055 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae,
|
D | bnx2x_main.c | 405 struct dmae_command *dmae, int msglvl) in bnx2x_dp_dmae() 465 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) in bnx2x_dp_dmae() 471 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae() 476 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 477 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) { in bnx2x_post_dmae() 520 struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp() 523 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_prep_dmae_with_comp() 536 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, in bnx2x_issue_dmae_with_comp() 587 struct dmae_command dmae; in bnx2x_write_dmae() 622 struct dmae_command dmae; in bnx2x_read_dmae()
|
D | bnx2x_vfpf.c | 1078 struct dmae_command dmae; in bnx2x_copy32_vf_dmae()
|
D | bnx2x_hsi.h | 3057 struct dmae_command { struct
|