Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/ipc/
Dipc_service_backend.h159 int (*drop_tx_buffer)(const struct device *instance, void *token, member
/Zephyr-latest/subsys/ipc/ipc_service/
Dipc_service.c226 if (!backend->drop_tx_buffer) { in ipc_service_drop_tx_buffer()
231 return backend->drop_tx_buffer(ept->instance, ept->token, data); in ipc_service_drop_tx_buffer()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c759 static int drop_tx_buffer(const struct device *instance, void *token, in drop_tx_buffer() function
773 .drop_tx_buffer = drop_tx_buffer,
Dipc_icbmsg.c1186 static int drop_tx_buffer(const struct device *instance, void *token, const void *data) in drop_tx_buffer() function
1293 .drop_tx_buffer = drop_tx_buffer,