Home
last modified time | relevance | path

Searched refs:dst_addr_lo (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c293 command->dst_addr_lo = U64_LO(dest_offset); in lm_dmae_command_set_block()
786 …if ERR_IF( ( ( 0 == command->dst_addr_lo ) && ( command->dst_addr_hi == command->dst_addr_lo ) ) || in lm_dmae_post_command()
800 (int)command->dst_addr_lo ); in lm_dmae_post_command()
930 operation->main_cmd.dst_addr_lo = dst_addr.as_u32.low; in lm_dmae_context_execute_sub_operation()
936 operation->main_cmd.dst_addr_lo = context->intermediate_buffer_paddr.as_u32.low; in lm_dmae_context_execute_sub_operation()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c633 if ((((!p_command->dst_addr_lo) && (!p_command->dst_addr_hi)) || in ecore_dmae_post_command()
645 OSAL_LE32_TO_CPU(p_command->dst_addr_lo)); in ecore_dmae_post_command()
659 OSAL_LE32_TO_CPU(p_command->dst_addr_lo)); in ecore_dmae_post_command()
836 cmd->dst_addr_lo = OSAL_CPU_TO_LE32(DMA_LO(dst_addr)); in ecore_dmae_execute_sub_operation()
841 cmd->dst_addr_lo = OSAL_CPU_TO_LE32(DMA_LO(phys)); in ecore_dmae_execute_sub_operation()
H A Decore_hsi_common.h1629 __le32 dst_addr_lo /* PCIe destination address low in bytes or GRC destination address in DW */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_common.h1629 __le32 dst_addr_lo /* PCIe destination address low in bytes or GRC destination address in DW */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h223 u32_t dst_addr_lo /* dest address low/grc address */; member