Home
last modified time | relevance | path

Searched refs:DMAE_MAX_RW_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c219 static u32 zero_buffer[DMAE_MAX_RW_SIZE];
222 OSAL_MEMSET(zero_buffer, 0, sizeof(u32) * DMAE_MAX_RW_SIZE);
H A Decore_hw.c732 sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_alloc()
776 p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_free()
920 u16 length_limit = DMAE_MAX_RW_SIZE; in ecore_dmae_execute_command()
H A Decore.h508 #define DMAE_MAX_RW_SIZE 0x2000 macro