Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fjes/
Dfjes_hw.h22 #define FJES_DEBUG_BUFFER_SIZE (16 * FJES_DEBUG_PAGE_SIZE) macro
Dfjes_hw.c332 hw->hw_info.trace = vzalloc(FJES_DEBUG_BUFFER_SIZE); in fjes_hw_init()
333 hw->hw_info.trace_size = FJES_DEBUG_BUFFER_SIZE; in fjes_hw_init()
1192 memset(hw->hw_info.trace, 0, FJES_DEBUG_BUFFER_SIZE); in fjes_hw_start_debug()