Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c335 static int alloc_tx_buffer(struct backend_data *dev_data, uint32_t *size, in alloc_tx_buffer() function
704 r = alloc_tx_buffer(dev_data, &alloc_size, &buffer, K_FOREVER); in send_bound_message()
1063 r = alloc_tx_buffer(dev_data, &alloc_size, &buffer, K_NO_WAIT); in send()
1176 r = alloc_tx_buffer(dev_data, user_len, (uint8_t **)data, wait); in get_tx_buffer()