Home
last modified time | relevance | path

Searched refs:dmae_cmd (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c650 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()
H A Decore.h534 struct dmae_cmd *p_dmae_cmd;
H A Decore_hsi_common.h2099 struct dmae_cmd struct
/freebsd/sys/dev/bxe/
H A Dbxe_stats.c182 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()
H A Dbxe.c1500 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()
H A Decore_hsi.h3730 struct dmae_cmd struct