Home
last modified time | relevance | path

Searched refs:DMAE_CMD_DST_VF_ID_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c543 opcode_b |= DMAE_CMD_DST_VF_ID_MASK << DMAE_CMD_DST_VF_ID_SHIFT; in ecore_dmae_opcode()
H A Decore_hsi_common.h2052 #define DMAE_CMD_DST_VF_ID_MASK 0xFF /* Destination VF id */ macro