Lines Matching +full:rx +full:- +full:buffer +full:- +full:config
1 # Copyright 2022-2023 NXP
2 # SPDX-License-Identifier: Apache-2.0
17 config ETH_NXP_S32_RX_THREAD_PRIO
18 int "RX thread priority"
21 RX thread priority. RX thread is a cooperative thread.
23 config ETH_NXP_S32_RX_THREAD_STACK_SIZE
24 int "RX thread stack size"
27 RX thread stack size.
29 config ETH_NXP_S32_RX_BUDGET
30 int "RX thread budget"
35 do in the RX thread before yielding the processor, in case there is more
36 work to do. This is to prevent the RX thread to starve other threads. Each
39 config ETH_NXP_S32_TX_RING_LEN
46 config ETH_NXP_S32_TX_RING_BUF_SIZE
47 int "TX ring data buffer size"
51 Size, in bytes, of the TX data buffer. The size must be big enough to
54 config ETH_NXP_S32_RX_RING_LEN
55 int "RX ring length"
59 Length of the RX ring. The value must be a multiple of 8.
61 config ETH_NXP_S32_RX_RING_BUF_SIZE
62 int "RX ring data buffer size"
66 Size, in bytes, of the RX data buffer. The size must be big enough to
69 config ETH_NXP_S32_RX_IRQ_PACKET_THRESHOLD
70 int "RX interrupt coalescing packet threshold"
74 RX interrupt coalescing packet threshold. This values determines the
77 config ETH_NXP_S32_RX_IRQ_TIMER_THRESHOLD
78 int "RX interrupt coalescing timer threshold"
82 RX interrupt coalescing timer threshold, in units of NETC clock cycles.
84 received packet until RX interrupt coalescing packet threshold is reached.
88 config ETH_NXP_S32_MAC_FILTER_TABLE_SIZE
95 config ETH_NXP_S32_VSI_INIT_PRIORITY
101 that it can start after the PSI but before the networking sub-system.