Lines Matching +full:rx +full:- +full:buffer +full:- +full:config
2 # SPDX-License-Identifier: Apache-2.0
13 bool "Point-to-point (PPP) UART based driver"
21 config NET_PPP_ASYNC_UART
25 config NET_PPP_DRV_NAME
31 config NET_PPP_MTU_MRU
37 config NET_PPP_UART_BUF_LEN
38 int "Buffer length when reading from UART"
41 This options sets the size of the UART buffer where data
44 config NET_PPP_RINGBUF_SIZE
45 int "PPP ring buffer size"
48 PPP ring buffer size when passing data from RX ISR to worker
51 config NET_PPP_RX_STACK_SIZE
55 Sets the stack size which will be used by the PPP RX workqueue.
57 config NET_PPP_RX_PRIORITY
58 int "RX workqueue thread priority"
61 Sets the priority of the RX workqueue thread.
63 config NET_PPP_VERIFY_FCS
71 config NET_PPP_CAPTURE
77 to outside system. This requires a non-PPP network connection
82 config NET_PPP_CAPTURE_BUF_SIZE
83 int "Capture buffer for storing full PPP packets"
87 The captured PPP frames are temporarily stored into this buffer.
89 config PPP_MAC_ADDR
93 six hex 8-bit chars separated by colons (e.g.:
98 config PPP_CLIENT_CLIENTSERVER
104 config PPP_NET_IF_NO_AUTO_START
105 bool "Disable PPP interface auto-start"
112 config NET_PPP_ASYNC_UART_TX_BUF_LEN
113 int "Length of the UART TX buffer to which data is written."
116 config NET_PPP_ASYNC_UART_TX_TIMEOUT
120 config NET_PPP_ASYNC_UART_RX_RECOVERY_TIMEOUT
121 int "UART RX recovery timeout in milliseconds"
124 The time that UART RX is in disabled state in case
127 config NET_PPP_ASYNC_UART_RX_ENABLE_TIMEOUT
134 module-dep = LOG
135 module-str = Log level for ppp driver
136 module-help = Sets log level for ppp driver.
152 config SLIP_DRV_NAME
159 module-dep = LOG
160 module-str = Log level for slip driver
161 module-help = Sets log level for slip driver.
164 config SLIP_STATISTICS
169 config SLIP_TAP
175 config SLIP_MAC_ADDR
179 six hex 8-bit chars separated by colons (e.g.:
195 config NET_LOOPBACK_SIMULATE_PACKET_DROP
201 config NET_LOOPBACK_MTU
208 module-dep = LOG
209 module-str = Log level for network loopback driver
210 module-help = Sets log level for network loopback driver.
227 module-dep = LOG
228 module-str = Log level for CAN bus network driver
229 module-help = Sets log level CAN bus network driver.
232 config NET_CANBUS_INIT_PRIORITY
261 config NET_NATIVE_OFFLOADED_SOCKETS_EPOLL_WAIT_INTERVAL