Searched refs:dmae (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c87 DBASSERT(sc, !(res > 2 * DMAE_LEN32_RD_MAX), ("big stats dmae length\n"));
182 struct dmae_cmd *dmae = &sc->stats_dmae; local
205 memset(dmae, 0, sizeof(struct dmae_cmd));
206 dmae->opcode = opcode;
207 dmae->src_addr_lo = U64_LO(BXE_SP_MAPPING(sc, dmae[0]));
208 dmae->src_addr_hi = U64_HI(BXE_SP_MAPPING(sc, dmae[0]));
209 dmae->dst_addr_lo = ((DMAE_REG_CMD_MEM +
212 dmae
259 struct dmae_cmd *dmae; local
318 struct dmae_cmd *dmae; local
546 struct dmae_cmd *dmae = &sc->stats_dmae; local
1350 struct dmae_cmd *dmae; local
1477 struct dmae_cmd *dmae; local
[all...]
H A Dbxe.c1511 struct dmae_cmd *dmae,
1519 REG_WR(sc, (cmd_offset + (i * 4)), *(((uint32_t *)dmae) + i));
1575 struct dmae_cmd *dmae,
1579 memset(dmae, 0, sizeof(struct dmae_cmd));
1582 dmae->opcode = bxe_dmae_opcode(sc, src_type, dst_type,
1586 dmae->comp_addr_lo = U64_LO(BXE_SP_MAPPING(sc, wb_comp));
1587 dmae->comp_addr_hi = U64_HI(BXE_SP_MAPPING(sc, wb_comp));
1588 dmae->comp_val = DMAE_COMP_VAL;
1594 struct dmae_cmd *dmae)
1605 bxe_post_dmae(sc, dmae, INIT_DMAE_
1510 bxe_post_dmae(struct bxe_softc *sc, struct dmae_cmd *dmae, int idx) argument
1574 bxe_prep_dmae_with_comp(struct bxe_softc *sc, struct dmae_cmd *dmae, uint8_t src_type, uint8_t dst_type) argument
1593 bxe_issue_dmae_with_comp(struct bxe_softc *sc, struct dmae_cmd *dmae) argument
1640 struct dmae_cmd dmae; local
1680 struct dmae_cmd dmae; local
[all...]
H A Dbxe.h947 struct dmae_cmd dmae[MAX_DMAE_C]; member in struct:bxe_slowpath
1771 struct dmae_cmd stats_dmae; /* used by dmae command loader */
2180 void bxe_post_dmae(struct bxe_softc *sc, struct dmae_cmd *dmae, int idx);

Completed in 92 milliseconds