Lines Matching +full:rx +full:- +full:buffer +full:- +full:config
2 # SPDX-License-Identifier: Apache-2.0
4 config IPC_SERVICE_ICMSG_SHMEM_ACCESS_SYNC
15 config IPC_SERVICE_ICMSG_SHMEM_ACCESS_TO_MS
24 config IPC_SERVICE_BACKEND_ICMSG_WQ_ENABLE
33 Disabling this config may result in deadlocks in certain usage
44 config IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE
45 int "Size of RX work queue stack"
48 Size of stack used by work queue RX thread. This work queue is
52 config IPC_SERVICE_BACKEND_ICMSG_WQ_PRIORITY
53 int "Priority of RX work queue thread"
54 default -1
55 range -256 -1
57 Priority of the ICMSG RX work queue thread.
63 config IPC_SERVICE_ICMSG_UNBOUND_ENABLED_ALLOWED
72 config IPC_SERVICE_ICMSG_UNBOUND_DISABLED_ALLOWED
81 config IPC_SERVICE_ICMSG_UNBOUND_DETECT_ALLOWED
92 config SYSTEM_WORKQUEUE_PRIORITY
93 range -256 -1 if !IPC_SERVICE_BACKEND_ICMSG_WQ_ENABLE
95 config PBUF
96 bool "Packed buffer support library"
98 The packet buffer implements lightweight unidirectional packet buffer
105 config PBUF_RX_READ_BUF_SIZE
106 int "Size of PBUF read buffer in bytes"