Lines Matching full:rx
18 int "RX thread priority"
21 RX thread priority. RX thread is a cooperative thread.
24 int "RX thread stack size"
27 RX thread stack size.
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
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"
66 Size, in bytes, of the RX data buffer. The size must be big enough to
70 int "RX interrupt coalescing packet threshold"
74 RX interrupt coalescing packet threshold. This values determines the
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.