Searched refs:DMAE_DST_GRC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/dev/bxe/ |
| HD | bxe_stats.c | 201 opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_hw_stats_post() 334 opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_port_stats_init() 558 dmae->opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_func_stats_init() 1357 opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, FALSE, 0); in bxe_port_stats_stop() 1489 dmae->opcode = bxe_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bxe_port_stats_base_init()
|
| HD | bxe.h | 1947 #define DMAE_DST_GRC 2 macro 1958 #define DMAE_CMD_DST_GRC (DMAE_DST_GRC << DMAE_CMD_DST_SHIFT)
|
| HD | bxe.c | 1685 bxe_prep_dmae_with_comp(sc, &dmae, DMAE_SRC_PCI, DMAE_DST_GRC); in bxe_write_dmae()
|