Searched refs:send_nocopy (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/ipc/ipc_service/ |
D | ipc_service.c | 197 if (!backend->send_nocopy || !backend->get_tx_buffer) { in ipc_service_get_tx_buffer() 255 if (!backend->get_tx_buffer || !backend->send_nocopy) { in ipc_service_send_nocopy() 260 return backend->send_nocopy(ept->instance, ept->token, data, len); in ipc_service_send_nocopy()
|
/Zephyr-latest/include/zephyr/ipc/ |
D | ipc_service_backend.h | 181 int (*send_nocopy)(const struct device *instance, void *token, member
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_rpmsg_static_vrings.c | 535 static int send_nocopy(const struct device *instance, void *token, in send_nocopy() function 769 .send_nocopy = send_nocopy,
|
D | ipc_icbmsg.c | 1202 static int send_nocopy(const struct device *instance, void *token, const void *data, in send_nocopy() function 1294 .send_nocopy = send_nocopy,
|