Searched refs:drop_tx_buffer (Results 1 – 3 of 3) sorted by relevance
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()
759 static int drop_tx_buffer(const struct device *instance, void *token, in drop_tx_buffer() function773 .drop_tx_buffer = drop_tx_buffer,
1186 static int drop_tx_buffer(const struct device *instance, void *token, const void *data) in drop_tx_buffer() function1299 .drop_tx_buffer = drop_tx_buffer,
Completed in 25 milliseconds