Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dvas.h18 #define VAS_RX_FIFO_SIZE_MAX (8 << 20) /* 8MB */ macro
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dvas-window.c773 if (attr->rx_fifo_size > VAS_RX_FIFO_SIZE_MAX) in rx_win_args_valid()