Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c634 ((!p_command->src_addr_lo) && (!p_command->src_addr_hi)))) { in ecore_dmae_post_command()
642 OSAL_LE32_TO_CPU(p_command->src_addr_hi), in ecore_dmae_post_command()
656 OSAL_LE32_TO_CPU(p_command->src_addr_hi), in ecore_dmae_post_command()
817 cmd->src_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(src_addr)); in ecore_dmae_execute_sub_operation()
822 cmd->src_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_sub_operation()
852 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
866 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
H A Decore_hsi_common.h1628 __le32 src_addr_hi /* PCIe source address high in bytes or reserved (if source is GRC) */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c289 command->src_addr_hi = U64_HI(source_offset); in lm_dmae_command_set_block()
787 … ( ( 0 == command->src_addr_lo ) && ( command->src_addr_hi == command->src_addr_lo ) ) ) in lm_dmae_post_command()
797 (int)command->src_addr_hi, in lm_dmae_post_command()
897 operation->main_cmd.src_addr_hi = src_addr.as_u32.high; in lm_dmae_context_execute_sub_operation()
903 operation->main_cmd.src_addr_hi = context->intermediate_buffer_paddr.as_u32.high; in lm_dmae_context_execute_sub_operation()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_common.h1628 __le32 src_addr_hi /* PCIe source address high in bytes or reserved (if source is GRC) */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h222 u32_t src_addr_hi /* source address hi */; member