Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c481 u16 opcode_b = 0; in ecore_dmae_opcode() local
534 opcode_b |= (p_params->src_vf_id << DMAE_CMD_SRC_VF_ID_SHIFT); in ecore_dmae_opcode()
536 opcode_b |= (DMAE_CMD_SRC_VF_ID_MASK << in ecore_dmae_opcode()
541 opcode_b |= p_params->dst_vf_id << DMAE_CMD_DST_VF_ID_SHIFT; in ecore_dmae_opcode()
543 opcode_b |= DMAE_CMD_DST_VF_ID_MASK << DMAE_CMD_DST_VF_ID_SHIFT; in ecore_dmae_opcode()
547 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b); in ecore_dmae_opcode()
574 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
589 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
H A Decore_hsi_common.h2049 __le16 opcode_b; member