Home
last modified time | relevance | path

Searched refs:bxe_dmae_opcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/bxe/
H A Dbxe_stats.c203 opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_hw_stats_post()
285 opcode = bxe_dmae_opcode(sc, DMAE_SRC_GRC, DMAE_DST_PCI, FALSE, 0); in bxe_stats_pmf_update()
336 opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_port_stats_init()
366 opcode = bxe_dmae_opcode(sc, DMAE_SRC_GRC, DMAE_DST_PCI, in bxe_port_stats_init()
528 dmae->opcode = bxe_dmae_opcode(sc, DMAE_SRC_GRC, DMAE_DST_PCI, in bxe_port_stats_init()
560 dmae->opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_func_stats_init()
1359 opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, FALSE, 0); in bxe_port_stats_stop()
1491 dmae->opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_port_stats_base_init()
H A Dbxe.h2129 uint32_t bxe_dmae_opcode(struct bxe_softc *sc, uint8_t src_type,
H A Dbxe.c1537 bxe_dmae_opcode(struct bxe_softc *sc, in bxe_dmae_opcode() function
1579 dmae->opcode = bxe_dmae_opcode(sc, src_type, dst_type, in bxe_prep_dmae_with_comp()