Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c575 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
590 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
747 u8 src_type, u8 dst_type, u32 length_dw) in ecore_dmae_execute_sub_operation() argument
765 length_dw * sizeof(u32)); in ecore_dmae_execute_sub_operation()
786 cmd->length_dw = OSAL_CPU_TO_LE16((u16)length_dw); in ecore_dmae_execute_sub_operation()
793 length_dw * sizeof(u32), false); in ecore_dmae_execute_sub_operation()
805 length_dw * sizeof(u32), true); in ecore_dmae_execute_sub_operation()
811 length_dw, in ecore_dmae_execute_sub_operation()
819 length_dw * sizeof(u32)); in ecore_dmae_execute_sub_operation()
H A Decore_hsi_common.h2048 __le16 length_dw /* Length in DW */; member