Lines Matching +full:start +full:- +full:of +full:- +full:frame
1 # Copyright 2022-2023 NXP
2 # SPDX-License-Identifier: Apache-2.0
34 The budget parameter places a limit on the amount of work the driver may
37 received frame counts as one unit of work.
44 Length of the TX ring. The value must be a multiple of 8.
51 Size, in bytes, of the TX data buffer. The size must be big enough to
52 store one complete Ethernet frame, and be a multiple of 8.
59 Length of the RX ring. The value must be a multiple of 8.
66 Size, in bytes, of the RX data buffer. The size must be big enough to
67 store one complete Ethernet frame, and be a multiple of 8.
75 minimum number of packets received before raising an interrupt.
82 RX interrupt coalescing timer threshold, in units of NETC clock cycles.
83 This value determines the maximum amount of time allowed between a first
93 Maximum number of entries supported in the MAC filter hash table.
101 that it can start after the PSI but before the networking sub-system.