Searched refs:drop_tx_buffer (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/include/zephyr/ipc/ |
| D | ipc_service_backend.h | 159 int (*drop_tx_buffer)(const struct device *instance, void *token, member
|
| /Zephyr-latest/subsys/ipc/ipc_service/ |
| D | ipc_service.c | 226 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/ |
| D | ipc_rpmsg_static_vrings.c | 759 static int drop_tx_buffer(const struct device *instance, void *token, in drop_tx_buffer() function 773 .drop_tx_buffer = drop_tx_buffer,
|
| D | ipc_icbmsg.c | 1186 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,
|