Symbol: dmae_cmd
sys/dev/bxe/bxe.c
1500
struct dmae_cmd *dmae,
sys/dev/bxe/bxe.c
1506
cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_cmd) * idx));
sys/dev/bxe/bxe.c
1507
for (i = 0; i < ((sizeof(struct dmae_cmd) / 4)); i++) {
sys/dev/bxe/bxe.c
1564
struct dmae_cmd *dmae,
sys/dev/bxe/bxe.c
1568
memset(dmae, 0, sizeof(struct dmae_cmd));
sys/dev/bxe/bxe.c
1583
struct dmae_cmd *dmae)
sys/dev/bxe/bxe.c
1629
struct dmae_cmd dmae;
sys/dev/bxe/bxe.c
1669
struct dmae_cmd dmae;
sys/dev/bxe/bxe.h
1710
struct dmae_cmd stats_dmae; /* used by dmae command loader */
sys/dev/bxe/bxe.h
2119
void bxe_post_dmae(struct bxe_softc *sc, struct dmae_cmd *dmae, int idx);
sys/dev/bxe/bxe.h
907
struct dmae_cmd dmae[MAX_DMAE_C];
sys/dev/bxe/bxe_stats.c
1350
struct dmae_cmd *dmae;
sys/dev/bxe/bxe_stats.c
1477
struct dmae_cmd *dmae;
sys/dev/bxe/bxe_stats.c
182
struct dmae_cmd *dmae = &sc->stats_dmae;
sys/dev/bxe/bxe_stats.c
205
memset(dmae, 0, sizeof(struct dmae_cmd));
sys/dev/bxe/bxe_stats.c
210
sizeof(struct dmae_cmd) *
sys/dev/bxe/bxe_stats.c
213
dmae->len = sizeof(struct dmae_cmd) >> 2;
sys/dev/bxe/bxe_stats.c
259
struct dmae_cmd *dmae;
sys/dev/bxe/bxe_stats.c
318
struct dmae_cmd *dmae;
sys/dev/bxe/bxe_stats.c
546
struct dmae_cmd *dmae = &sc->stats_dmae;
sys/dev/bxe/bxe_stats.c
556
memset(dmae, 0, sizeof(struct dmae_cmd));
sys/dev/qlnx/qlnxe/ecore.h
534
struct dmae_cmd *p_dmae_cmd;
sys/dev/qlnx/qlnxe/ecore_hw.c
650
struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd;
sys/dev/qlnx/qlnxe/ecore_hw.c
710
struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd;
sys/dev/qlnx/qlnxe/ecore_hw.c
723
sizeof(struct dmae_cmd));
sys/dev/qlnx/qlnxe/ecore_hw.c
768
p_phys, sizeof(struct dmae_cmd));
sys/dev/qlnx/qlnxe/ecore_hw.c
833
struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;
sys/dev/qlnx/qlnxe/ecore_hw.c
918
struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;