Searched refs:dmae_cmd (Results 1 – 6 of 6) sorted by relevance
650 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_post_command()710 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc()723 sizeof(struct dmae_cmd)); in ecore_dmae_info_alloc()768 p_phys, sizeof(struct dmae_cmd)); in ecore_dmae_info_free()833 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_sub_operation()918 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_command()
534 struct dmae_cmd *p_dmae_cmd;
2099 struct dmae_cmd struct
182 struct dmae_cmd *dmae = &sc->stats_dmae; in bxe_hw_stats_post()205 memset(dmae, 0, sizeof(struct dmae_cmd)); in bxe_hw_stats_post()210 sizeof(struct dmae_cmd) * in bxe_hw_stats_post()213 dmae->len = sizeof(struct dmae_cmd) >> 2; in bxe_hw_stats_post()259 struct dmae_cmd *dmae; in bxe_stats_pmf_update()318 struct dmae_cmd *dmae; in bxe_port_stats_init()546 struct dmae_cmd *dmae = &sc->stats_dmae; in bxe_func_stats_init()556 memset(dmae, 0, sizeof(struct dmae_cmd)); in bxe_func_stats_init()1350 struct dmae_cmd *dmae; in bxe_port_stats_stop()1477 struct dmae_cmd *dmae; in bxe_port_stats_base_init()
1500 struct dmae_cmd *dmae, in bxe_post_dmae()1506 cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_cmd) * idx)); in bxe_post_dmae()1507 for (i = 0; i < ((sizeof(struct dmae_cmd) / 4)); i++) { in bxe_post_dmae()1564 struct dmae_cmd *dmae, in bxe_prep_dmae_with_comp()1568 memset(dmae, 0, sizeof(struct dmae_cmd)); in bxe_prep_dmae_with_comp()1583 struct dmae_cmd *dmae) in bxe_issue_dmae_with_comp()1629 struct dmae_cmd dmae; in bxe_read_dmae()1669 struct dmae_cmd dmae; in bxe_write_dmae()
3730 struct dmae_cmd struct