Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_hw.c652 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_post_command()
712 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc()
725 sizeof(struct dmae_cmd)); in ecore_dmae_info_alloc()
770 p_phys, sizeof(struct dmae_cmd)); in ecore_dmae_info_free()
835 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_sub_operation()
920 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_command()
H A Decore.h535 struct dmae_cmd *p_dmae_cmd;
H A Decore_hsi_common.h2191 struct dmae_cmd struct
/freebsd-12.1/sys/dev/bxe/
H A Dbxe_stats.c184 struct dmae_cmd *dmae = &sc->stats_dmae; in bxe_hw_stats_post()
207 memset(dmae, 0, sizeof(struct dmae_cmd)); in bxe_hw_stats_post()
212 sizeof(struct dmae_cmd) * in bxe_hw_stats_post()
215 dmae->len = sizeof(struct dmae_cmd) >> 2; in bxe_hw_stats_post()
261 struct dmae_cmd *dmae; in bxe_stats_pmf_update()
320 struct dmae_cmd *dmae; in bxe_port_stats_init()
548 struct dmae_cmd *dmae = &sc->stats_dmae; in bxe_func_stats_init()
558 memset(dmae, 0, sizeof(struct dmae_cmd)); in bxe_func_stats_init()
1352 struct dmae_cmd *dmae; in bxe_port_stats_stop()
1479 struct dmae_cmd *dmae; in bxe_port_stats_base_init()
H A Dbxe.h950 struct dmae_cmd dmae[MAX_DMAE_C];
1774 struct dmae_cmd stats_dmae; /* used by dmae command loader */
2183 void bxe_post_dmae(struct bxe_softc *sc, struct dmae_cmd *dmae, int idx);
H A Dbxe.c1515 struct dmae_cmd *dmae, in bxe_post_dmae()
1521 cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_cmd) * idx)); in bxe_post_dmae()
1522 for (i = 0; i < ((sizeof(struct dmae_cmd) / 4)); i++) { in bxe_post_dmae()
1579 struct dmae_cmd *dmae, in bxe_prep_dmae_with_comp()
1583 memset(dmae, 0, sizeof(struct dmae_cmd)); in bxe_prep_dmae_with_comp()
1598 struct dmae_cmd *dmae) in bxe_issue_dmae_with_comp()
1644 struct dmae_cmd dmae; in bxe_read_dmae()
1684 struct dmae_cmd dmae; in bxe_write_dmae()
H A Decore_hsi.h3732 struct dmae_cmd struct