Home
last modified time | relevance | path

Searched refs:send_nocopy (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/
Dipc_service.c197 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/
Dipc_service_backend.h181 int (*send_nocopy)(const struct device *instance, void *token, member
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c535 static int send_nocopy(const struct device *instance, void *token, in send_nocopy() function
769 .send_nocopy = send_nocopy,
Dipc_icbmsg.c1202 static int send_nocopy(const struct device *instance, void *token, const void *data, in send_nocopy() function
1294 .send_nocopy = send_nocopy,