Home
last modified time | relevance | path

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

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