Searched refs:alloc_tx_buffer (Results 1 – 1 of 1) sorted by relevance
/subsys/ipc/ipc_service/backends/ |
A D | ipc_icbmsg.c | 336 static int alloc_tx_buffer(struct backend_data *dev_data, uint32_t *size, in alloc_tx_buffer() function 705 r = alloc_tx_buffer(dev_data, &alloc_size, &buffer, K_FOREVER); in send_bound_message() 1064 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()
|
Completed in 15 milliseconds