Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c663 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
677 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
830 u32 length_dw) in ecore_dmae_execute_sub_operation() argument
848 length_dw * sizeof(u32)); in ecore_dmae_execute_sub_operation()
869 cmd->length_dw = OSAL_CPU_TO_LE16((u16)length_dw); in ecore_dmae_execute_sub_operation()
876 length_dw * sizeof(u32), false); in ecore_dmae_execute_sub_operation()
890 length_dw * sizeof(u32), true); in ecore_dmae_execute_sub_operation()
896 (unsigned long long)src_addr, (unsigned long long)dst_addr, length_dw, in ecore_dmae_execute_sub_operation()
904 length_dw * sizeof(u32)); in ecore_dmae_execute_sub_operation()
H A Decore_hsi_common.h2144 __le16 length_dw /* Length in DW */; member