Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c180 static u32 zero_buffer[DMAE_MAX_RW_SIZE];
183 OSAL_MEMSET(zero_buffer, 0, sizeof(u32) * DMAE_MAX_RW_SIZE);
H A Decore_hw.c644 sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_alloc()
688 p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_free()
838 u16 length_limit = DMAE_MAX_RW_SIZE; in ecore_dmae_execute_command()
H A Decore.h436 #define DMAE_MAX_RW_SIZE 0x2000 macro