Lines Matching +full:int +full:- +full:a
1 # Copyright 2022-2023 NXP
2 # SPDX-License-Identifier: Apache-2.0
18 int "RX thread priority"
21 RX thread priority. RX thread is a cooperative thread.
24 int "RX thread stack size"
30 int "RX thread budget"
34 The budget parameter places a limit on the amount of work the driver may
40 int "TX ring length"
44 Length of the TX ring. The value must be a multiple of 8.
47 int "TX ring data buffer size"
52 store one complete Ethernet frame, and be a multiple of 8.
55 int "RX ring length"
59 Length of the RX ring. The value must be a multiple of 8.
62 int "RX ring data buffer size"
67 store one complete Ethernet frame, and be a multiple of 8.
70 int "RX interrupt coalescing packet threshold"
78 int "RX interrupt coalescing timer threshold"
83 This value determines the maximum amount of time allowed between a first
89 int "MAC filter hash table size"
96 int
101 that it can start after the PSI but before the networking sub-system.