Searched refs:dmae_cmd (Results 1 – 7 of 7) sorted by relevance
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hw.c | 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()
|
| H A D | ecore.h | 534 struct dmae_cmd *p_dmae_cmd;
|
| H A D | ecore_hsi_common.h | 2099 struct dmae_cmd struct
|
| /src/sys/dev/bxe/ |
| H A D | bxe_stats.c | 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()
|
| H A D | bxe.h | 907 struct dmae_cmd dmae[MAX_DMAE_C]; 1710 struct dmae_cmd stats_dmae; /* used by dmae command loader */ 2119 void bxe_post_dmae(struct bxe_softc *sc, struct dmae_cmd *dmae, int idx);
|
| H A D | bxe.c | 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()
|
| H A D | ecore_hsi.h | 3730 struct dmae_cmd struct
|