Lines Matching +full:int +full:- +full:a
2 # SPDX-License-Identifier: Apache-2.0
16 int "Message Interrupt module select"
22 int "RX thread priority"
25 RX thread priority. RX thread is a cooperative thread.
28 int "RX thread stack size"
34 int "RX thread budget"
38 The budget parameter places a limit on the amount of work the driver may
44 int "TX ring number"
51 int "TX ring length"
55 Length of the TX ring. The value must be a multiple of 8.
58 int "TX ring data buffer size"
63 store one complete Ethernet frame, and be a multiple of 8.
66 int "RX ring number"
73 int "RX ring length"
77 Length of the RX ring. The value must be a multiple of 8.
80 int "RX ring data buffer size"
85 store one complete Ethernet frame, and be a multiple of 8.