Searched refs:opcode_b (Results 1 – 2 of 2) sorted by relevance
563 u16 opcode_b = 0; in ecore_dmae_opcode() local621 opcode_b |= (p_params->src_vfid << DMAE_CMD_SRC_VF_ID_SHIFT); in ecore_dmae_opcode()623 opcode_b |= (DMAE_CMD_SRC_VF_ID_MASK << in ecore_dmae_opcode()628 opcode_b |= p_params->dst_vfid << DMAE_CMD_DST_VF_ID_SHIFT; in ecore_dmae_opcode()630 opcode_b |= DMAE_CMD_DST_VF_ID_MASK << in ecore_dmae_opcode()635 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b); in ecore_dmae_opcode()662 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()676 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
2145 __le16 opcode_b; member