Home
last modified time | relevance | path

Searched refs:DMAE_CMD_C_DST_SHIFT (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
HDbxe.h2020 #define DMAE_CMD_C_DST_PCI (DMAE_COMP_PCI << DMAE_CMD_C_DST_SHIFT)
2021 #define DMAE_CMD_C_DST_GRC (DMAE_COMP_GRC << DMAE_CMD_C_DST_SHIFT)
HDecore_hsi.h3738 #define DMAE_CMD_C_DST_SHIFT 3 macro
HDbxe.c1529 return (opcode | ((comp_type << DMAE_CMD_C_DST_SHIFT) | in bxe_dmae_opcode_add_comp()
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_hsi_common.h2199 #define DMAE_CMD_C_DST_SHIFT 3 macro